16 lines
380 B
Desktop File
16 lines
380 B
Desktop File
[Unit]
|
|
Description=Digi ConnectCore Container Manager daemon
|
|
After=network.target cccsd.service
|
|
Wants=network.target cccsd.service
|
|
|
|
[Service]
|
|
Type=simple
|
|
ExecStart=/usr/bin/cc-containerd --config-file /etc/cc-container-mng.conf
|
|
# Stop only the daemon process; keep managed containers running.
|
|
KillMode=process
|
|
Restart=on-failure
|
|
RestartSec=2
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|