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.
QnetGateway/system/qndash.service.80

14 lines
260 B

[Unit]
Description=QnetGateway Dashboard
Requires=network.target
After=systemd-user-session.service network.target
[Service]
Type=simple
WorkingDirectory=/usr/local/www
ExecStart=/usr/bin/php -S 0.0.0.0:80
Restart=always
[Install]
WantedBy=multi-user.target

Powered by TurnKey Linux.