Explorar el Código

fix pixl service definition

ExecStart requires an absolute path to the executable.
Lucas Stadler %!s(int64=11) %!d(string=hace) años
padre
commit
c51cc5f770
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      js/pixl/pixl.service

+ 1 - 1
js/pixl/pixl.service

@ -4,7 +4,7 @@ Description=Draw pixls together!
4 4
[Service]
5 5
User=pixl
6 6
Group=pixl
7
ExecStart=node server.js
7
ExecStart=/usr/bin/node server.js
8 8
WorkingDirectory=/srv/http/pixl
9 9
10 10
[Install]