12 lines
197 B
Desktop File
12 lines
197 B
Desktop File
[Unit]
|
|
Description=download minigraph from graph service
|
|
After=rc-local.service
|
|
Before=database.service
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
ExecStart=/usr/bin/updategraph
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|