unitfile-parser/test/examples/ydotool.service
2020-11-25 03:11:59 +01:00

16 lines
371 B
Desktop File

[Unit]
Description=ydotool - Generic command-line automation tool (no X!)
Documentation=https://github.com/ReimuNotMoe/ydotool
BindsTo=graphical-session.target
Wants=graphical-session-pre.target
After=graphical-session-pre.target
[Service]
Type=simple
ExecStart=/usr/bin/ydotoold
Restart=on-failure
RestartSec=1
TimeoutStopSec=10
[Install]
WantedBy=sway-session.target