1
0
Fork 0
mirror of https://codeberg.org/ashley/poke.git synced 2024-11-17 06:34:40 -05:00
poke/poke.service

15 lines
165 B
SYSTEMD
Raw Normal View History

2023-11-29 11:36:24 -05:00
[Unit]
Description=Poke
[Service]
Type=simple
ExecStart=node server.js
WorkingDirectory=[YOUR DIR HERE]
Restart=on-failure
[Install]
WantedBy=multi-user.target