misc_pterodactyl-panel/.dev/vagrant/mailhog.service
2017-06-12 02:21:19 +02:00

13 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