mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-10 03:08:38 +01:00
14 lines
165 B
Desktop File
14 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
|
|
|
|
|
|
|