joininbox/scripts/standalone/bootstrap.service
openoms 6028c485d2
build with the latest commit from master with ubuntu-22.04 (#107)
* contain verification in the build script
* build with the latest commit
* build with ubuntu-22.04
* fix bootstrap.sh path
2022-12-16 13:27:12 +00:00

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