2021-12-21 09:12:34 +01:00
|
|
|
[Unit]
|
|
|
|
Description=Bridgehead (%i) Update Service
|
|
|
|
|
|
|
|
[Service]
|
|
|
|
Type=oneshot
|
2022-05-04 13:50:33 +02:00
|
|
|
User=bridgehead
|
2021-12-21 09:12:34 +01:00
|
|
|
WorkingDirectory=/srv/docker/bridgehead/
|
2022-05-04 13:50:33 +02:00
|
|
|
|
|
|
|
ExecStart=/srv/docker/bridgehead/update-bridgehead.sh %i
|
2021-12-21 09:12:34 +01:00
|
|
|
|
|
|
|
[Install]
|
2022-05-04 13:59:09 +02:00
|
|
|
WantedBy=multi-user.target
|