Explorar el Código

add a systemd service definition for pixl

Lucas Stadler %!s(int64=11) %!d(string=hace) años
padre
commit
74ea72059a
Se han modificado 1 ficheros con 11 adiciones y 0 borrados
  1. 11 0
      js/pixl/pixl.service

+ 11 - 0
js/pixl/pixl.service

@ -0,0 +1,11 @@
1
[Unit]
2
Description=Draw pixls together!
3
4
[Service]
5
User=pixl
6
Group=pixl
7
ExecStart=node server.js
8
WorkingDirectory=/srv/http/pixl
9
10
[Install]
11
WantedBy=multi-user.target