computer-playbook/roles/systemd-notifier-email/templates/systemd-notifier-email@.service.j2

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