summaryrefslogtreecommitdiff
path: root/srvcfg-manager/srvcfg-manager.service
blob: f75a0283c283e3fd505ff9d9974701a5065e23b5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[Unit]
Description=Daemon to control service configuration

[Service]
Restart=always
ExecStart=/usr/bin/env phosphor-srvcfg-manager
RestartSec=5
StartLimitInterval=0
SyslogIdentifier=srvcfg-manager
Type=dbus
BusName=xyz.openbmc_project.Control.Service.Manager

[Install]
WantedBy=multi-user.target