# Place this file in /etc/systemd/system/.service # # Enable it with: # systemctl enable .service # systemctl daemon-reload [Unit] Description= After=syslog.target [Service] User= Group= ProtectSystem=full Type=simple ExecStart=/bin/console app: \ --env=prod \ --no-debug \ --quiet Restart=always RestartSec=5s [Install] WantedBy=multi-user.target