mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-16 18:14:39 -05:00
15 lines
165 B
Desktop File
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
|
|
|
|
|
|
|