mirror of
https://github.com/archlinux/aur.git
synced 2026-03-14 23:16:48 +01:00
17 lines
359 B
Desktop File
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
|