Major refactoring
This commit is contained in:
15
certman-exec.service
Normal file
15
certman-exec.service
Normal file
@@ -0,0 +1,15 @@
|
||||
[Unit]
|
||||
Description=CertMan Executor daemon
|
||||
Requires=certman.socket
|
||||
After=network.target
|
||||
|
||||
[Service]
|
||||
ExecStart=/usr/local/bin/certman executor
|
||||
User=root
|
||||
Group=root
|
||||
|
||||
KillSignal=SIGTERM
|
||||
TimeoutStopSec=30
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
Reference in New Issue
Block a user