This repository has been archived on 2024-11-01. You can view files and clone it, but cannot push or open issues or pull requests.
services/roles/teamspeak_fallback/templates/teamspeak-fallback.service.j2

14 lines
243 B
Text
Raw Normal View History

2023-12-16 04:06:10 +00:00
[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