Skip to content

Commit

Permalink
Add logrotate to the list of packages installed (#34)
Browse files Browse the repository at this point in the history
  • Loading branch information
shayancanonical committed Sep 27, 2023
1 parent 1a36567 commit aae0019
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions rockcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ parts:
plugin: nil
overlay-packages:
- util-linux
- logrotate
- libssh-4
- libbrotli1
- libicu70
Expand Down Expand Up @@ -60,6 +61,8 @@ parts:
mv -f $CRAFT_PRIME/etc/mysql/mysql.cnf $CRAFT_PRIME/etc/mysql/my.cnf
mkdir -p $CRAFT_PRIME/var/log/mysql
chown -R 584788:584788 $CRAFT_PRIME/var/log/mysql
organize:
usr/share/doc/logrotate/copyright: licenses/COPYRIGHT-logrotate
non-root-user:
plugin: nil
after:
Expand Down

0 comments on commit aae0019

Please sign in to comment.