13 lines
204 B
Plaintext
13 lines
204 B
Plaintext
|
[Unit]
|
||
|
Description=Config chassis_db
|
||
|
After=rc-local.service
|
||
|
Requires=rc-local.service
|
||
|
|
||
|
[Service]
|
||
|
Type=oneshot
|
||
|
ExecStart=/usr/bin/config-chassisdb
|
||
|
RemainAfterExit=yes
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=multi-user.target
|