9 lines
144 B
SYSTEMD
9 lines
144 B
SYSTEMD
|
[Unit]
|
||
|
Description=Status email for %i
|
||
|
|
||
|
[Service]
|
||
|
Type=oneshot
|
||
|
ExecStart=/home/hmn/hmn/server/adminmailer.sh %i
|
||
|
User=root
|
||
|
Group=systemd-journal
|