Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Nest
Forks
ydotool
Commits
67955ace
Unverified
Commit
67955ace
authored
Feb 18, 2020
by
Reimu NotMoe
Committed by
GitHub
Feb 18, 2020
Browse files
Merge pull request #48 from bhepple/patch-1
Create ydotool.service
parents
2b1eda5e
c9695658
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
14 additions
and
0 deletions
+14
-0
Daemon/ydotool.service
Daemon/ydotool.service
+14
-0
No files found.
Daemon/ydotool.service
0 → 100644
View file @
67955ace
[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
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment