update systemd service
This commit is contained in:
parent
c23e596c0c
commit
747c03b2d4
15
sour.is-keyproofs.service
Normal file
15
sour.is-keyproofs.service
Normal file
|
@ -0,0 +1,15 @@
|
||||||
|
[Unit]
|
||||||
|
Description=sour.is paste API
|
||||||
|
After=syslog.target network.target
|
||||||
|
|
||||||
|
[Service]
|
||||||
|
Type=simple
|
||||||
|
User=www-data
|
||||||
|
WorkingDirectory=/var/www
|
||||||
|
ExecStart=/usr/local/bin/keyproofs
|
||||||
|
|
||||||
|
Restart=always
|
||||||
|
RestartSec=30
|
||||||
|
|
||||||
|
[Install]
|
||||||
|
WantedBy=multi-user.target
|
Loading…
Reference in New Issue
Block a user