Created
February 12, 2021 00:45
-
-
Save ryoakg/b2b50e25f464c98903eaaa1b5cdff20a to your computer and use it in GitHub Desktop.
imwheel systemd unit file
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[Unit] | |
Description=IMWheel | |
Wants=display-manager.service | |
After=display-manager.service | |
[Service] | |
Type=simple | |
Environment=XAUTHORITY=%h/.Xauthority | |
ExecStart=/usr/bin/imwheel -d | |
ExecStop=/bin/kill -INT $(MAINPID) | |
RemainAfterExit=yes | |
[Install] | |
WantedBy=graphical-session.target |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
As a user-service: