- 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
13 lines
242 B
Desktop File
13 lines
242 B
Desktop File
[Unit]
|
|
Description=Update minigraph and set configuration based on minigraph
|
|
After=rc-local.service
|
|
After=database.service
|
|
Requires=database.service
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
ExecStart=/usr/bin/updategraph
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|