computer-playbook/roles/systemd_notifier_email/templates/systemd_notifier_email@.service.j2

9 lines
185 B
Plaintext
Raw Normal View History

[Unit]
Description=status email for %i to user
[Service]
Type=oneshot
2023-05-28 22:17:33 +02:00
ExecStart=/bin/bash {{systemd_notifier_email_folder}}systemd_notifier_email.sh %i
2021-01-05 19:40:52 +01:00
User=root
Group=systemd-journal