This unit is provided by:
Options
-
[Install]
-
[Service]
-
EnvironmentFile=/etc/gitlab/gitlab-debian.conf
-
EnvironmentFile=/usr/share/webapps/gitlab/environment
-
ExecStart=/usr/bin/bundle exec mail_room -q -c /etc/gitlab/mail_room.yml
-
ExecStart=/usr/bin/bundle-2.7 exec mail_room -q -c /usr/share/webapps/gitlab/config/mail_room.yml
-
ExecStop=/usr/bin/kill -QUIT $MAINPID
-
Group=gitlab
-
PIDFile=/run/gitlab/mailroom.pid
-
Restart=on-abnormal
-
Restart=on-failure
-
RestartSec=1
-
SyslogIdentifier=gitlab-mailroom
-
Type=simple
-
User=gitlab
-
WorkingDirectory=/usr/share/gitlab
-
WorkingDirectory=/usr/share/webapps/gitlab
-
-
[Unit]
-
After=gitlab-puma.service
-
Description=Gitlab Mailroom Worker
-
Description=Gitlab mailroom Worker
-
PartOf=gitlab.target gitlab.service
-
ReloadPropagatedFrom=gitlab-puma.service
-
Requires=gitlab-puma.service
-
StartLimitIntervalSec=100s
-
Wants=gitlab-puma.service
-
Additionnal notes
Nothing here.