This repository has been archived on 2024-07-17. You can view files and clone it, but cannot push or open issues or pull requests.
|
[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
|
|
|