Ansible roles
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

20 lines
376 B

[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