10 lines
167 B
Desktop File
10 lines
167 B
Desktop File
[Unit]
|
|
Description=Renew certificate
|
|
|
|
[Service]
|
|
Type=simple
|
|
EnvironmentFile=/etc/ring/renew.env
|
|
ExecStart=/usr/local/bin/renew.sh
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target |