mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-04-16 10:13:26 +02:00
21 lines
376 B
Django/Jinja
21 lines
376 B
Django/Jinja
[Unit]
|
|
Description=Jitsi Conference Mapper
|
|
After=network.target
|
|
|
|
[Service]
|
|
Type=simple
|
|
User={{ jitsi_user }}
|
|
Group={{ jitsi_user }}
|
|
PrivateTmp=true
|
|
PrivateDevices=true
|
|
ProtectHome=true
|
|
ProtectSystem=full
|
|
Restart=on-failure
|
|
StartLimitInterval=0
|
|
RestartSec=30
|
|
ExecStart={{ jitsi_root_dir }}/confmapper/daemon.py
|
|
SyslogIdentifier=confmapper
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|