Unverified Commit 67955ace authored by Reimu NotMoe's avatar Reimu NotMoe Committed by GitHub
Browse files

Merge pull request #48 from bhepple/patch-1

Create ydotool.service
parents 2b1eda5e c9695658
[Unit]
Description=Starts ydotoold service
After=network.target
[Service]
Type=simple
Restart=always
ExecStart=/usr/bin/ydotoold
ExecReload=/usr/bin/kill -HUP $MAINPID
KillMode=process
TimeoutSec=180
[Install]
WantedBy=multi-user.target
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment