Skip to content

Systemd Unit for haste server

Ashex1 edited this page Jan 17, 2014 · 2 revisions
[Service]
ExecStart=/usr/bin/node /opt/haste-server/server.js
Restart=always
StandardOutput=syslog
SyslogIdentifier=hastebin
User=root
WorkingDirectory=/opt/haste-server

[Install]
WantedBy=multi-user.target
Clone this wiki locally