mirror of
https://codeberg.org/scottslowe/learning-tools.git
synced 2026-03-11 09:04:37 +00:00
12 lines
194 B
SYSTEMD
12 lines
194 B
SYSTEMD
|
|
[Unit]
|
||
|
|
Description=Docker Daemon
|
||
|
|
|
||
|
|
[Service]
|
||
|
|
ExecStart=/bin/docker -d -H fd:// -s overlay
|
||
|
|
ExecReload=/bin/kill -HUP $MAINPID
|
||
|
|
KillMode=process
|
||
|
|
Restart=always
|
||
|
|
|
||
|
|
[Install]
|
||
|
|
WantedBy=multi-user.target
|