mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-04-27 07:33:18 +02:00
21 lines
376 B
Plaintext
21 lines
376 B
Plaintext
![]() |
[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
|