Skip to content

Instantly share code, notes, and snippets.

@sonulohani
Created August 25, 2022 06:41
Show Gist options
  • Save sonulohani/f2316cc8f81f09a7df028609c9b79b9e to your computer and use it in GitHub Desktop.
Save sonulohani/f2316cc8f81f09a7df028609c9b79b9e to your computer and use it in GitHub Desktop.
Temp throttle systemd service
[Unit]
Description=Temp throttle
[Service]
Type=oneshot
ExecStart="/usr/local/bin/temp_throttle" 90
RemainAfterExit=yes
[Install]
WantedBy=multi-user.target
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment