mirror of
https://github.com/jhillyerd/inbucket.git
synced 2025-12-18 01:57:02 +00:00
21 lines
394 B
Desktop File
21 lines
394 B
Desktop File
[Unit]
|
|
Description=Inbucket Disposable Email Service
|
|
After=network.target
|
|
|
|
[Service]
|
|
Type=simple
|
|
User=inbucket
|
|
Group=inbucket
|
|
|
|
ExecStart=/opt/inbucket/inbucket -logfile /var/log/inbucket.log /etc/opt/inbucket.conf
|
|
|
|
# Re-open log file after rotation
|
|
ExecReload=/bin/kill -HUP $MAINPID
|
|
|
|
# Give SMTP connections time to drain
|
|
TimeoutStopSec=20
|
|
KillMode=mixed
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|