Fix vroom service unit

master
Daniel Berteaud 9 years ago
parent 4ebdf173c3
commit dd55385f58
  1. 3
      docs/systemd/vroom.service

@ -1,6 +1,7 @@
[Unit]
Description=VROOM daemon
After=mariadb.service
Wants=mariadb.service httpd.service
[Service]
Type=simple
@ -16,5 +17,3 @@ Restart=on-failure
[Install]
WantedBy=multi-user.target
Wants=mariadb.service httpd.service

Loading…
Cancel
Save