- remove bad parentheses in ExecStart= line of systemd unit def (thanks Alexandre Silva Lopes, #667073)
9 lines
198 B
Desktop File
9 lines
198 B
Desktop File
[Unit]
|
|
Description=%I shock protection daemon
|
|
|
|
[Service]
|
|
EnvironmentFile=/etc/sysconfig/hdapsd
|
|
StandardOutput=syslog
|
|
SyslogIdentifier=%p(%I)
|
|
Nice=-5
|
|
ExecStart=/usr/sbin/hdapsd -d %I $HDAPSD_OPTIONS
|