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.
17 lines
260 B
17 lines
260 B
10 years ago
|
[Unit]
|
||
|
Description=VROOM daemon
|
||
|
After=mariadb.service
|
||
|
|
||
|
[Service]
|
||
|
Type=simple
|
||
|
ExecStart=/opt/vroom/scripts/start_hypnotoad
|
||
|
PIDFile=/tmp/vroom.pid
|
||
|
PrivateTmp=yes
|
||
|
User=apache
|
||
|
Group=apache
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=multi-user.target
|
||
|
Wants=mariadb.service httpd.service
|
||
|
|