Skip to content

Commit

Permalink
REVERT changes from a18602b
Browse files Browse the repository at this point in the history
Re: #33
Changed from: a18602b
  • Loading branch information
nan0s7 committed Aug 8, 2022
1 parent a7de8d0 commit 37b1ec3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions nfancurve.service
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
[Unit]
Description=Nfancurve service
After=default.target
After=graphical-session.target
Requires=graphical-session.target

[Service]
ExecStartPre=/bin/sleep 20
ExecStart=/usr/bin/nfancurve -c /etc/nfancurve.conf
KillSignal=SIGINT

[Install]
WantedBy=default.target
WantedBy=graphical-session.target

0 comments on commit 37b1ec3

Please sign in to comment.