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/haste.service
2016-10-25 00:00:01 +02:00

16 lines
307 B
Desktop File

[Unit]
Description=Haste is an open-source pastebin software written in node.js
After=syslog.target
After=network.target
[Service]
Type=simple
User=haste
Group=haste
WorkingDirectory=/opt/haste
ExecStart=npm start
Restart=always
Environment=USER=haste HOME=/opt/haste
[Install]
WantedBy=multi-user.target