1
0
Fork 0
mirror of https://codeberg.org/ashley/poke.git synced 2024-11-16 18:14:39 -05:00
poke/poke.service
2023-11-29 16:36:24 +00:00

15 lines
165 B
Desktop File

[Unit]
Description=Poke
[Service]
Type=simple
ExecStart=node server.js
WorkingDirectory=[YOUR DIR HERE]
Restart=on-failure
[Install]
WantedBy=multi-user.target