webdist.service: systemd service

This commit is contained in:
Silvan Calarco 2022-10-02 18:38:49 +02:00
parent a4132df1e8
commit fd99ffbe76

10
webdist.service Normal file
View File

@ -0,0 +1,10 @@
[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