mirror of
https://github.com/openoms/joininbox.git
synced 2026-08-14 12:43:13 +02:00
* contain verification in the build script * build with the latest commit * build with ubuntu-22.04 * fix bootstrap.sh path
18 lines
351 B
Desktop File
18 lines
351 B
Desktop File
# Bootstrap Joininbox
|
|
# /etc/systemd/system/bootstrap.service
|
|
|
|
[Unit]
|
|
Description=execute on every startup before everything else
|
|
After=network.target
|
|
|
|
[Service]
|
|
User=root
|
|
Group=root
|
|
Type=oneshot
|
|
RemainAfterExit=true
|
|
ExecStart=/home/joinmarket/standalone/bootstrap.sh
|
|
StandardOutput=journal
|
|
StandardError=journal
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|