9 lines
138 B
SYSTEMD
9 lines
138 B
SYSTEMD
|
[Unit]
|
||
|
Description=Status email for %i
|
||
|
|
||
|
[Service]
|
||
|
Type=oneshot
|
||
|
ExecStart=/usr/local/bin/systemd-mail %i
|
||
|
User=nobody
|
||
|
Group=systemd-journal
|