Skip to content

Commit d1124eb

Browse files
authored
Merge pull request #25 from ReneHollander/patch-2
Fixes the provided systemd unit file to use graphical-session.target.
2 parents e24b0e9 + e2ca09d commit d1124eb

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

nfancurve.service

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
1-
# /etc/systemd/user/nfancurve.service
2-
31
[Unit]
42
Description=Nfancurve service
5-
PartOf=graphical-session.target
3+
After=graphical-session.target
4+
Requires=graphical-session.target
65

76
[Service]
8-
ExecStart=/bin/sh NFANCURVE_PATH/temp.sh
7+
ExecStart=/bin/sh /usr/bin/nfancurve -c /etc/nfancurve.conf
98

109
[Install]
11-
WantedBy=xsession.target
10+
WantedBy=graphical-session.target

0 commit comments

Comments
 (0)