services/roles/teamspeak_fallback/templates/teamspeak-fallback.service.j2

14 lines
243 B
Plaintext
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