mirror of
https://github.com/2e3s/awatcher.git
synced 2025-06-04 02:20:15 +00:00
18 lines
305 B
Desktop File
18 lines
305 B
Desktop File
[Service]
|
|
Type=simple
|
|
TimeoutStartSec=120
|
|
ExecStartPre=/bin/sleep 5
|
|
ExecStart=aw-awatcher
|
|
Restart=always
|
|
RestartSec=5
|
|
RestartSteps=2
|
|
RestartMaxDelaySec=15
|
|
|
|
[Unit]
|
|
Description=AWatcher
|
|
After=aw-server.service graphical-session.target
|
|
Requires=aw-server.service
|
|
|
|
[Install]
|
|
WantedBy=graphical-session.target
|