aur/splunk.service
L. Bradley LaBoon 8859928d1f Updated to 9.0.3
2023-02-03 11:45:56 -05:00

17 lines
359 B
Desktop File

[Unit]
Description=Splunk
Wants=network.target
After=network.target
[Service]
Type=forking
RemainAfterExit=yes
User=splunk
ExecStart=/opt/splunk/bin/splunk start --answer-yes --no-prompt --accept-license
ExecStop=/opt/splunk/bin/splunk stop
ExecReload=/opt/splunk/bin/splunk restart
StandardOutput=syslog
TimeoutSec=500
[Install]
WantedBy=multi-user.target