13 lines
188 B
SYSTEMD
13 lines
188 B
SYSTEMD
|
[Unit]
|
||
|
Description=BackupPC web page
|
||
|
After=network.target
|
||
|
|
||
|
[Service]
|
||
|
Type=forking
|
||
|
#PIDFile=/run/bandwidthd.pid
|
||
|
ExecStart=/var/service/httpd-bkpc/run
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=sme-server.target
|
||
|
|