10 lines
171 B
SYSTEMD
10 lines
171 B
SYSTEMD
|
[Unit]
|
||
|
Description=status email for %i to notify
|
||
|
|
||
|
[Service]
|
||
|
Type=oneshot
|
||
|
ExecStart=/usr/local/sbin/systemd-send-email john@example.com %i
|
||
|
User=root
|
||
|
Group=systemd-journal
|
||
|
|