14 lines
243 B
Text
14 lines
243 B
Text
|
[Service]
|
||
|
[Unit]
|
||
|
Description=Teamspeak Fallback Starter
|
||
|
After=network.target
|
||
|
|
||
|
[Service]
|
||
|
Type=simple
|
||
|
ExecStart={{ service_path }}/conditional-start.sh
|
||
|
WorkingDirectory={{ service_path }}
|
||
|
Restart=on-failure
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=multi-user.target
|