Skip to content

Commit e75acfe

Browse files
author
Joe LeVeque
committed
Add 'One Image' implementation for DHCP relay (hopefully fix builds)
1 parent f6a509c commit e75acfe

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
[Unit]
2+
Description=DHCP relay container
3+
Requires=docker.service
4+
After=docker.service
5+
6+
[Service]
7+
User={{ sonicadmin_user }}
8+
ExecStart=/usr/bin/{{ docker_container_name }}.sh start
9+
ExecStop=/usr/bin/{{ docker_container_name }}.sh stop
10+
11+
[Install]
12+
WantedBy=multi-user.target

0 commit comments

Comments
 (0)