mirror of
https://github.com/samply/bridgehead.git
synced 2025-06-17 09:30:14 +02:00
11 lines
235 B
Desktop File
11 lines
235 B
Desktop File
[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
|