update systemd service

This commit is contained in:
Jon Lundy 2020-11-23 14:31:40 -07:00
parent c23e596c0c
commit 747c03b2d4

15
sour.is-keyproofs.service Normal file
View 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