mirror of
https://github.com/laurivosandi/certidude
synced 2025-10-27 23:49:13 +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
|
|
|