1
0
mirror of https://github.com/dani/vroom.git synced 2024-07-28 01:41:55 +02:00
vroom/docs/systemd/vroom.service

17 lines
260 B
SYSTEMD
Raw Normal View History

[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