Skip to content

Instantly share code, notes, and snippets.

@saifiahmada
Created March 15, 2024 02:47
Show Gist options
  • Save saifiahmada/33f43cd5830f9dc0caa9f0c88d9a30df to your computer and use it in GitHub Desktop.
Save saifiahmada/33f43cd5830f9dc0caa9f0c88d9a30df to your computer and use it in GitHub Desktop.
[Unit]
Description=XAMPP
After=network.target
[Service]
ExecStart=/opt/lampp/xampp start
ExecStop=/opt/lampp/xampp stop
Type=forking
[Install]
WantedBy=multi-user.target
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment