mirror of
https://github.com/YunoHost-Apps/haste_ynh.git
synced 2024-09-03 20:36:28 +02:00
17 lines
307 B
SYSTEMD
17 lines
307 B
SYSTEMD
|
[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
|