1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/haste_ynh.git synced 2024-09-03 20:36:28 +02:00
haste_ynh/conf/systemd.service
2020-07-25 23:14:14 +02:00

15 lines
290 B
Desktop File

[Unit]
Description=Haste is an open-source pastebin software
After=network.target syslog.target
[Service]
Type=simple
User=__APP__
Group=__APP__
WorkingDirectory=__FINALPATH__
Environment="PATH=__ENV_PATH__"
ExecStart=__YNH_NPM__ start
Restart=always
[Install]
WantedBy=multi-user.target