Skip to content

Commit

Permalink
Add -m flag to mkdir in systemd config, fixes #91.
Browse files Browse the repository at this point in the history
  • Loading branch information
dtcooper committed Mar 13, 2018
1 parent 4c41424 commit 71e5911
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion raspotify/lib/systemd/system/raspotify.service
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Group=raspotify
Restart=always
RestartSec=10
PermissionsStartOnly=true
ExecStartPre=/bin/mkdir -p 0755 /var/cache/raspotify ; /bin/chown raspotify:raspotify /var/cache/raspotify
ExecStartPre=/bin/mkdir -m 0755 -p /var/cache/raspotify ; /bin/chown raspotify:raspotify /var/cache/raspotify
Environment="DEVICE_NAME=raspotify (%H)"
Environment="BITRATE=160"
Environment="CACHE_ARGS=--disable-audio-cache"
Expand Down

0 comments on commit 71e5911

Please sign in to comment.