mirror of
https://github.com/tumillanino/miasma-os.git
synced 2026-06-15 13:49:33 +00:00
22 lines
475 B
Desktop File
22 lines
475 B
Desktop File
[Unit]
|
|
Description=Zero-configuration fan control for ThinkPad
|
|
Conflicts=thinkfan.service
|
|
#
|
|
[Service]
|
|
ExecStart=/bin/zcfan
|
|
Restart=always
|
|
RestartSec=500ms
|
|
#
|
|
MemoryDenyWriteExecute=yes
|
|
NoNewPrivileges=yes
|
|
ProtectControlGroups=yes
|
|
RestrictAddressFamilies=
|
|
RestrictRealtime=yes
|
|
|
|
# We don't need to do any substantial clean up, so if something hangs it's
|
|
# going to stay that way. Just forcefully kill and get it over with.
|
|
TimeoutStopSec=2
|
|
|
|
[Install]
|
|
WantedBy=default.target
|