Automatic start #57
Answered
by
Nortank12
FrickMan036
asked this question in
Q&A
-
How do i create the service to run in ¨auto¨ mode instead of ¨cpu_temp¨? |
Beta Was this translation helpful? Give feedback.
Answered by
Nortank12
Jul 18, 2025
Replies: 1 comment 2 replies
-
Assuming you're using systemd, simply write your arguments after the executable: [Service]
ExecStart=/usr/sbin/deepcool-digital-linux -m auto On OpenRC you have a separate parameter for arguments: command_args="-m auto" |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
FrickMan036
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Assuming you're using systemd, simply write your arguments after the executable:
On OpenRC you have a separate parameter for arguments: