mirror of
https://github.com/laurivosandi/certidude
synced 2025-09-06 13:51:12 +00:00
8 lines
163 B
Desktop File
8 lines
163 B
Desktop File
[Unit]
|
|
Description=Run daily housekeeping jobs, eg certificate expiration notifications
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
ExecStart={{ certidude_path }} housekeeping daily
|
|
|