mirror of
https://github.com/pterodactyl/panel.git
synced 2024-11-22 09:02:28 +01:00
14 lines
259 B
Desktop File
14 lines
259 B
Desktop File
[Unit]
|
|
Description=Mailhog
|
|
|
|
[Service]
|
|
# On some systems the user and group might be different.
|
|
# Some systems use `apache` as the user and group.
|
|
User=www-data
|
|
Group=www-data
|
|
Restart=on-failure
|
|
ExecStart=/usr/bin/mailhog
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|