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
348 B
20 lines
348 B
5 years ago
|
[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
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=multi-user.target
|