Skip to content

Commit

Permalink
asus_fanmode: service: Require multi-user.target
Browse files Browse the repository at this point in the history
  • Loading branch information
leonmaxx committed Sep 28, 2020
1 parent 3fef505 commit bbb489d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions asus_fanmode.service
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
[Unit]
Description=ASUS Fan Mode Service
After=basic.target
Requires=multi-user.target
After=multi-user.target

[Service]
Type=simple
ExecStart=/usr/bin/asus_fanmode
Restart=no

[Install]
WantedBy=multi-user.target
WantedBy=graphical.target

0 comments on commit bbb489d

Please sign in to comment.