11 lines
231 B
SYSTEMD
11 lines
231 B
SYSTEMD
|
[Unit]
|
||
|
Description=Web interface for GNU/Linux distribution based on Plesk framework and distromatic db files
|
||
|
After=syslog.target
|
||
|
|
||
|
[Service]
|
||
|
Type=simple
|
||
|
ExecStart=/usr/share/webdist/app/run.sh
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=multi-user.target
|