HOWTO Create a Service: Difference between revisions

From Pumping Station One
Line 21: Line 21:


     sudo useradd strup -b /srv/ -m -r
     sudo useradd strup -b /srv/ -m -r
The creates a user named <code>strup</code>.  The -b indicates the base home directory is /srv/, and therefore the system accounts home directory is /srv/strup/


== Working with SystemD ==
== Working with SystemD ==