e08a313323
Change-Id: I32fc21568abbefab6979005938a9f5afa158a7d8 Signed-off-by: Paul Belanger <pabelanger@redhat.com>
14 lines
227 B
Desktop File
14 lines
227 B
Desktop File
[Unit]
|
|
Description=Zuul Merger Service
|
|
After=syslog.target network.target
|
|
|
|
[Service]
|
|
Type=simple
|
|
User=zuul
|
|
Group=zuul
|
|
EnvironmentFile=-/etc/sysconfig/zuul
|
|
ExecStart=/usr/bin/zuul-merger -d
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|