mirror of https://github.com/dani/vroom.git
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.
21 lines
393 B
21 lines
393 B
[Unit]
|
|
Description=VROOM daemon
|
|
After=mariadb.service
|
|
|
|
[Service]
|
|
Type=simple
|
|
ExecStart=/opt/vroom/scripts/start_server.pl
|
|
ExecReload=/bin/kill -USR2 $MAINPID
|
|
PrivateTmp=yes
|
|
User=vroom
|
|
Group=vroom
|
|
SyslogIdentifier=vroom
|
|
InaccessibleDirectories=/home
|
|
ReadOnlyDirectories=/usr
|
|
ReadOnlyDirectories=/etc
|
|
Restart=on-failure
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|
|
Wants=mariadb.service httpd.service
|
|
|
|
|