Add guard service file

This commit is contained in:
Michael Crosby 2019-07-11 12:41:30 +00:00
parent 6d975ce964
commit 58264e6ef8
1 changed files with 11 additions and 0 deletions

11
guard-server.service Normal file
View File

@ -0,0 +1,11 @@
[Unit]
Description=Guard Server Management
After=network.target
[Service]
ExecStart=/usr/local/sbin/guard server
Restart=always
RestartSec=5
[Install]
WantedBy=multi-user.target