Skip to content

Commit

Permalink
Create /var/lib/scion explicitly.
Browse files Browse the repository at this point in the history
  • Loading branch information
jiceatscion committed Oct 8, 2024
1 parent d77e051 commit 671f288
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dist/rpm/scion.postinst
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,6 @@ adduser --system --gid scion -M -s /sbin/nologin

# Create configuration directory
mkdir /etc/scion/ >& /dev/null || true
mkdir /var/lib/scion/ >& /dev/null || true
chown scion:scion /etc/scion/

0 comments on commit 671f288

Please sign in to comment.