... make it obvious that "simple" is the name of the service type

This commit is contained in:
mtrossevin 2021-11-22 11:19:17 +01:00
parent 8cb818ea0a
commit a657e605f3

View file

@ -177,7 +177,7 @@ User=jdoe
Group=jdoe
WorkingDirectory=/home/jdoe/www
# A script that start the application, should NOT fork and exit (because of the service type being simple).
# A script that start the application, should NOT fork and exit (because of the service type being `simple`).
# (forking and waiting for the node process to die is OK but exec() or equivalent is generally better)
ExecStart=/home/jdoe/www/start