mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2024-11-30 00:11:03 +01:00
9 lines
198 B
Plaintext
9 lines
198 B
Plaintext
|
[Unit]
|
||
|
Description=Let's Encrypt Mailu Deploy
|
||
|
OnFailure=systemd-email@%n.service
|
||
|
After=nginx.service
|
||
|
|
||
|
[Service]
|
||
|
Type=oneshot
|
||
|
ExecStart=/usr/bin/bash /usr/local/bin/mailu/deploy-letsencrypt-mailu.sh
|