Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge branch 'caps' into 'master'
[timed] Postpone setcap script to first boot

See merge request mer-core/timed!20
  • Loading branch information
Matti Kosola committed Jun 24, 2020
2 parents c694b5e + 1a50130 commit b9a9ce7
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/server/setcaps-timed-qt5.sh
@@ -1,2 +1,7 @@
#!/bin/sh
if [ "$MIC_RUN" != "" ]; then
echo "setcaps-timed-qt5.sh - returning FAIL to postpone oneshot to first boot"
exit 1
fi

setcap cap_sys_time+ep /usr/bin/timed-qt5

0 comments on commit b9a9ce7

Please sign in to comment.