diff options
Diffstat (limited to 'linhes/powerpanel/pwrstatd.service')
-rw-r--r-- | linhes/powerpanel/pwrstatd.service | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/linhes/powerpanel/pwrstatd.service b/linhes/powerpanel/pwrstatd.service new file mode 100644 index 0000000..222f4e5 --- /dev/null +++ b/linhes/powerpanel/pwrstatd.service @@ -0,0 +1,10 @@ +[Unit] +Description=PowerPanel for Linux software can be used with most CyberPower UPS products. + +[Service] +Group=power +UMask=0002 +ExecStart=/usr/bin/pwrstatd + +[Install] +WantedBy=multi-user.target |