mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2024-11-01 02:33:10 +01:00
9 lines
185 B
Django/Jinja
9 lines
185 B
Django/Jinja
[Unit]
|
|
Description=status email for %i to user
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
ExecStart=/bin/bash {{systemd_notifier_email_folder}}systemd-notifier-email.sh %i
|
|
User=root
|
|
Group=systemd-journal
|