![Paul Belanger](/assets/img/avatar_default.png)
Both server and merger should properly load on first-boot now. Also drop logging to syslog, since we have logging setup. Change-Id: I59cc2ade3ce81736f70d4dd7f0bf49d1d2a4f933 Signed-off-by: Paul Belanger <pabelanger@redhat.com>
15 lines
262 B
Desktop File
15 lines
262 B
Desktop File
[Unit]
|
|
Description=Zuul Server Service
|
|
After=syslog.target network.target
|
|
|
|
[Service]
|
|
Type=simple
|
|
User=zuul
|
|
Group=zuul
|
|
EnvironmentFile=-/etc/sysconfig/zuul
|
|
ExecStart=/usr/bin/zuul-server -d
|
|
ExecReload=/bin/kill -HUP $MAINPID
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|