10 lines
208 B
Desktop File
10 lines
208 B
Desktop File
[Unit]
|
|
Description=Runs certbot renew
|
|
After=syslog.target network.target auditd.service
|
|
Wants=network-online.target
|
|
|
|
[Service]
|
|
ExecStart=/usr/bin/command -with -arguments
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target |