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

9 lines
158 B
Plaintext
Raw Normal View History

[Unit]
Description=status email for %i to user
[Service]
Type=oneshot
2021-01-05 19:40:52 +01:00
ExecStart=/bin/bash /usr/local/bin/systemd-email.sh %i
User=root
Group=systemd-journal