monakhos/ansible/templates/systemd/user/hourly_remainder.service

13 lines
191 B
SYSTEMD
Raw Normal View History

[Unit]
Description=Send notif about time
After=network.target
[Service]
Type=oneshot
RemainAfterExit=no
ExecStart={{ home }}/.dots/scripts/notify_time.sh
[Install]
WantedBy=default.target