Fix the service file so it should work from startup
This commit is contained in:
parent
b9d3043407
commit
9b8ad465d7
|
@ -3,7 +3,8 @@ Description=My main HTTP server
|
|||
After=network.target syslog.target
|
||||
|
||||
[Service]
|
||||
Type=oneshot
|
||||
Type=forking
|
||||
PIDFile=/tmp/kelvinly-server-pid
|
||||
ExecStart=/home/kelvin/kelvinly-server/kelvinly-server
|
||||
StandardOutput=syslog
|
||||
StandardError=syslog
|
||||
|
|
Loading…
Reference in New Issue