blob: 457a1b7501a6c65c115ffaeb64ac432cf2848e9d (
plain)
1
2
3
4
5
6
7
8
|
[Unit]
Description=XAMPP service (XAMPP Apache + MariaDB + PHP + Perl)
[Service]
Type=oneshot
ExecStart=@PACKAGE_INSTALLDIR@/lampp start
ExecStop=@PACKAGE_INSTALLDIR@/lampp stop
RemainAfterExit=yes
|