diff options
Diffstat (limited to 'uni-sync-temp-timer.service')
| -rw-r--r-- | uni-sync-temp-timer.service | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/uni-sync-temp-timer.service b/uni-sync-temp-timer.service new file mode 100644 index 0000000..f587332 --- /dev/null +++ b/uni-sync-temp-timer.service @@ -0,0 +1,9 @@ +[Unit] +Description=Run the Lian Li Fancontrol software every 30s + +[Service] +Type=oneshot +ExecStart=/usr/local/bin/lian-li-fancontrol + +[Install] +WantedBy=default.target
\ No newline at end of file |
