system-helpers/etc/systemd/user/disk_space_alert.service

10 lines
129 B
SYSTEMD
Raw Normal View History

2019-01-25 17:28:29 +00:00
[Unit]
Description=Run disk_space_alert
[Service]
Type=oneshot
2019-01-25 17:46:45 +00:00
ExecStart=disk_space_alert
2019-01-25 17:28:29 +00:00
[Install]
WantedBy=multi-user.target