11 lines
207 B
Desktop File
11 lines
207 B
Desktop File
[Unit]
|
|
Description=The Saltpad
|
|
After=syslog.target network.target
|
|
|
|
[Service]
|
|
Type=forking
|
|
LimitNOFILE=8192
|
|
ExecStart=/bin/bash /root/salt/scripts/start_saltpad.sh start
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|