Initial commit
This commit is contained in:
6
templates/client/certidude.service
Normal file
6
templates/client/certidude.service
Normal file
@@ -0,0 +1,6 @@
|
||||
[Unit]
|
||||
Description=Renew certificates and update revocation lists
|
||||
|
||||
[Service]
|
||||
Type=simple
|
||||
ExecStart={{ sys.argv[0] }} enroll
|
11
templates/client/certidude.timer
Normal file
11
templates/client/certidude.timer
Normal file
@@ -0,0 +1,11 @@
|
||||
[Unit]
|
||||
Description=Run certidude enroll daily
|
||||
|
||||
[Timer]
|
||||
OnCalendar=daily
|
||||
Persistent=true
|
||||
Unit=certidude-enroll.service
|
||||
|
||||
[Install]
|
||||
WantedBy=timers.target
|
||||
|
8
templates/client/openvpn-reconnect.service
Normal file
8
templates/client/openvpn-reconnect.service
Normal file
@@ -0,0 +1,8 @@
|
||||
[Unit]
|
||||
Description=Restart OpenVPN after suspend
|
||||
|
||||
[Service]
|
||||
ExecStart=/usr/bin/pkill --signal SIGHUP --exact openvpn
|
||||
|
||||
[Install]
|
||||
WantedBy=sleep.target
|
Reference in New Issue
Block a user