12 lines
191 B
Desktop File
12 lines
191 B
Desktop File
[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
|
|
|