1
0
mirror of https://github.com/dani/vroom.git synced 2024-06-30 15:23:41 +02:00
vroom/docs/systemd/vroom.service

16 lines
237 B
Desktop File

[Unit]
Description=VROOM daemon
After=mariadb.service
[Service]
Type=simple
ExecStart=/opt/vroom/scripts/start_server.pl
PrivateTmp=yes
User=apache
Group=apache
[Install]
WantedBy=multi-user.target
Wants=mariadb.service httpd.service