16 lines
384 B
Plaintext
16 lines
384 B
Plaintext
|
[Unit]
|
||
|
Description=RestAPI container
|
||
|
Requires=updategraph.service
|
||
|
After=updategraph.service
|
||
|
Before=ntp-config.service
|
||
|
|
||
|
[Service]
|
||
|
User={{ sonicadmin_user }}
|
||
|
ExecStartPre=/usr/bin/{{docker_container_name}}.sh start
|
||
|
ExecStart=/usr/bin/{{docker_container_name}}.sh wait
|
||
|
ExecStop=/usr/bin/{{docker_container_name}}.sh stop
|
||
|
Restart=always
|
||
|
RestartSec=30
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=multi-user.target
|