Skip to content

Commit

Permalink
lower debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
adrelanos committed Mar 13, 2022
1 parent 650be55 commit b20d060
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion usr/libexec/sdwdate/sdwdate-start-anondate-set-file-watcher
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,11 @@
## This script gets started systemd under user/group sdwdate.
#### meta end

set -x
#set -x
set -e

true "START: $0"

## inotifywait requires the folder to already exist.
mkdir --parents "/run/sdwdate"
chown --recursive "sdwdate:sdwdate" "/run/sdwdate"
Expand Down

0 comments on commit b20d060

Please sign in to comment.