diff options
Diffstat (limited to 'satellit_installer/static_files/lighttpd/etc/systemd/system/slx-cert.service')
-rw-r--r-- | satellit_installer/static_files/lighttpd/etc/systemd/system/slx-cert.service | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/satellit_installer/static_files/lighttpd/etc/systemd/system/slx-cert.service b/satellit_installer/static_files/lighttpd/etc/systemd/system/slx-cert.service new file mode 100644 index 0000000..7235203 --- /dev/null +++ b/satellit_installer/static_files/lighttpd/etc/systemd/system/slx-cert.service @@ -0,0 +1,6 @@ +[Unit] +Description=Check for internal certificate expiry + +[Service] +ExecStart=/opt/openslx/slx-cert --restart +Type=oneshot |