Add Makefile and systemd unit file.
This commit is contained in:
10
kas.service
Normal file
10
kas.service
Normal file
@@ -0,0 +1,10 @@
|
||||
[Unit]
|
||||
After=network.target
|
||||
Description=Kyle's Agent System
|
||||
|
||||
[Service]
|
||||
ExecPre=test -f /etc/kas/kas.yaml
|
||||
ExecStart=/usr/local/bin/kas -f /etc/kas/kas.yaml
|
||||
Restart=on-failure
|
||||
Group=daemon
|
||||
User=daemon
|
||||
Reference in New Issue
Block a user