There was an error while loading. Please reload this page.
1 parent 3dbef13 commit b82c89aCopy full SHA for b82c89a
1 file changed
attest/debian/orb-attest.worldcoin-attest.service
@@ -21,6 +21,9 @@ Environment=DBUS_SESSION_BUS_ADDRESS=unix:path=/tmp/worldcoin_bus_socket
21
Environment=RUST_BACKTRACE=1
22
SyslogIdentifier=worldcoin-attest
23
Restart=on-failure
24
+# In case /usr/persistent/se was manually re-proved under root
25
+ExecStartPre=+/bin/chmod -R +X /usr/persistent/se
26
+ExecStartPre=+/bin/chown -R worldcoin:worldcoin /usr/persistent/se
27
# TODO: use the orb-info crate
28
ExecStart=/bin/bash -c 'export ORB_ID="$("/usr/local/bin/orb-id")"; exec /usr/local/bin/orb-attest'
29
IPAccounting=yes
0 commit comments