summarylogtreecommitdiffstats
path: root/xampp.service.in
blob: cc20513a8fc44d7a25a5882b9e176beab412608b (plain)
1
2
3
4
5
6
7
8
[Unit]
Description=XAMPP service (XAMPP Apache + MariaDB + PHP + Perl)

[Service]
Type=oneshot
ExecStart=@XAMPP_ROOT@/lampp start
ExecStop=@XAMPP_ROOT@/lampp stop
RemainAfterExit=yes