e84e093dea
- Move all minigraph-related action from rc.local to updategraph - updategraph service is now after database. All feature services are now after and depending on updategraph
12 lines
191 B
Desktop File
12 lines
191 B
Desktop File
[Unit]
|
|
Description=Host config enforcer daemon
|
|
Requires=updategraph.service
|
|
After=updategraph.service
|
|
|
|
[Service]
|
|
Type=simple
|
|
ExecStart=/usr/bin/hostcfgd
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|