Skip to content

Instantly share code, notes, and snippets.

@theodric
Created January 31, 2026 22:05
Show Gist options
  • Select an option

  • Save theodric/4578a168677509adb74fd9e9405b0e52 to your computer and use it in GitHub Desktop.

Select an option

Save theodric/4578a168677509adb74fd9e9405b0e52 to your computer and use it in GitHub Desktop.
ydotool global service file
[Unit]
Description=Starts ydotoold service
[Service]
Type=simple
ExecStart=/usr/bin/ydotoold --socket-path=/tmp/.ydotool_socket --socket-perm=0666
Restart=always
ExecReload=/usr/bin/kill -HUP $MAINPID
KillMode=process
TimeoutSec=180
[Install]
WantedBy=default.target
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment