blob: 946c3bf161f3db6fc1542baaac59c771e2269e09 [file] [log] [blame]
Adriana Kobylak172fe102016-10-19 14:58:25 -05001[Unit]
2Description=Phosphor Log Manager
3
4[Service]
Michael Tritzfbd81be2017-08-15 14:07:23 -05005ExecStart=/usr/bin/env phosphor-log-manager
6SyslogIdentifier=phosphor-log-manager
Adriana Kobylak172fe102016-10-19 14:58:25 -05007Restart=always
8Type=dbus
9BusName={BUSNAME}
10
11[Install]
12WantedBy={SYSTEMD_DEFAULT_TARGET}