Video conf based on SimpleWebRTC https://vroom.fws.fr/documentation
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.

19 lines
355 B

[Unit]
Description=VROOM daemon
After=mariadb.service
Wants=mariadb.service httpd.service
[Service]
Type=simple
ExecStart=/opt/vroom/script/start_server.pl
PrivateTmp=yes
User=vroom
Group=vroom
SyslogIdentifier=vroom
InaccessibleDirectories=/home
ReadOnlyDirectories=/usr
ReadOnlyDirectories=/etc
Restart=on-failure
[Install]
WantedBy=multi-user.target