- Clean up spec file - Added an environment file /etc/sysconfig/sec in order to specify command line options
12 lines
275 B
Desktop File
12 lines
275 B
Desktop File
[Unit]
|
|
Description=Simple Event Correlator script to filter log file entries
|
|
After=syslog.target
|
|
|
|
[Service]
|
|
Type=forking
|
|
PIDFile=/run/sec.pid
|
|
ExecStart=/usr/bin/sec --detach --pid=/run/sec.pid $OPTIONS
|
|
EnvironmentFile=/etc/sysconfig/sec
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|