Skip to content

Commit

Permalink
Modify systemd service
Browse files Browse the repository at this point in the history
  • Loading branch information
medanthelinium committed May 21, 2024
1 parent 19dec2c commit f9dcc5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/systemd/docker-network.service
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Requires=docker.service
After=docker.service

[Service]
Restart=always
Type=simple
RestartSec=10
TimeoutStopSec=60
ExecStart=/usr/local/bin/docker-network.sh start {{ item.name }} {{ item.subnet }} {{ item.driver | default("bridge") }}
Expand Down

0 comments on commit f9dcc5d

Please sign in to comment.