infrastructure/playbooks/roles/teamspeak_fallback/templates/teamspeak-fallback.service.j2

14 lines
243 B
Text
Raw Normal View History

2024-09-26 22:02:36 +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