11 lines
235 B
SYSTEMD
11 lines
235 B
SYSTEMD
|
[Unit]
|
||
|
Description=Bridgehead (%i) Update Service
|
||
|
|
||
|
[Service]
|
||
|
Type=oneshot
|
||
|
WorkingDirectory=/srv/docker/bridgehead/
|
||
|
ExecStart=/bin/bash -c "/srv/docker/bridgehead/update-bridgehead.sh %i"
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=multi-user.target
|