mirror of
https://github.com/kuhyx/testsAndMisc-archive.git
synced 2026-07-04 15:43:11 +02:00
13 lines
226 B
Desktop File
13 lines
226 B
Desktop File
[Unit]
|
|
Description=Pomodoro wake daemon - auto-launches app across devices
|
|
After=network.target
|
|
|
|
[Service]
|
|
Type=simple
|
|
ExecStart=/usr/bin/pomodoro-wake-daemon
|
|
Restart=on-failure
|
|
RestartSec=5
|
|
|
|
[Install]
|
|
WantedBy=default.target
|