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
2017-11-29 15:42:21 +01:00

17 lines
325 B
Desktop File

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