-
Notifications
You must be signed in to change notification settings - Fork 217
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Some fixes and cron replaced with systemd (#195)
* Cron replaced with systemd timer * Added client routing options * Fixed statement * Fixed custom dns statement * Restored original client conf * Dont use systemd on CI build --------- Co-authored-by: azhinu <[email protected]> Co-authored-by: Kyle Lexmond <[email protected]>
- Loading branch information
1 parent
21ebcb8
commit d2c8bbe
Showing
3 changed files
with
42 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
[Unit] | ||
Description=Check if OpenVPN CRL will expire soon | ||
|
||
[Service] | ||
Type=oneshot | ||
ExecStart=sh {{ openvpn_base_dir }}/crl-cron.sh | ||
|
||
[Install] | ||
WantedBy=multi-user.target |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters