Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion .drone.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,6 @@ local build(arch, deb_arch) = {
trigger: {
event: [
"push",
"pull_request",
"tag"
]
},
Expand Down
3 changes: 3 additions & 0 deletions .syncloud/config/snapd.service
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ OnFailure=snapd.failure.service
# (https://bugs.launchpad.net/snapd/+bug/1709536)
#Nice=-5
OOMScoreAdjust=-900
# Syncloud runs no serial vault, so skip snapd device registration (avoids the
# perpetual "Initialize device" error from the trusted-baked account-key)
ExecStartPre=/bin/sh -c 'mkdir -p /run/snapd && touch /run/snapd/noregister'
ExecStart=/usr/lib/snapd/snapd
#Environment=LD_LIBRARY_PATH=/usr/lib/snapd/lib
Environment=SNAPPY_FORCE_API_URL=https://api.store.syncloud.org SNAPD_CONFIGURE_HOOK_TIMEOUT=2h
Expand Down
Loading