mirror of
https://github.com/seejohnrun/haste-server.git
synced 2026-02-10 16:01:32 +00:00
Created Systemd Unit for haste server (markdown)
@@ -0,0 +1,10 @@
|
||||
[Service]
|
||||
ExecStart=/usr/bin/node /opt/haste-server/server.js
|
||||
Restart=always
|
||||
StandardOutput=syslog
|
||||
SyslogIdentifier=hastebin
|
||||
User=ahmed
|
||||
WorkingDirectory=/opt/haste-server
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
Reference in New Issue
Block a user