10 lines
177 B
Desktop File
10 lines
177 B
Desktop File
[Unit]
|
|
Description=Do some thing
|
|
After=network.target
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
ExecStart=bash -c '/home/${USER}/.config/scripts/NotifyHour.sh'
|
|
|
|
[Install]
|
|
WantedBy=default.target
|