Skip to content

Commit

Permalink
Merge pull request #37 from hallyn/2023-07-18/systemd-configdir
Browse files Browse the repository at this point in the history
try not setting systemd configdir for zot
  • Loading branch information
hallyn committed Jul 18, 2023
2 parents 958955d + 1965aa4 commit c7684b4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions layers/build-krd/dracut/soci/soci-settled.sh
Original file line number Diff line number Diff line change
Expand Up @@ -93,13 +93,13 @@ start_zot() {
Description=Start zot for soci mount
[Service]
StandardOutput=journal+console
StandardError=journal+console
Type=simple
Environment=XDG_CONFIG_HOME=$xdgcfghome
ConfigurationDirectory=$xdgcfghome
ExecStartPre=/bin/mkdir -p $xdgcfghome
ExecStart=/usr/bin/zot serve /etc/zot-config.json
StandardInput=tty-force
StandardOutput=inherit
StandardError=inherit
[Install]
WantedBy=multi-user.target
Expand Down

0 comments on commit c7684b4

Please sign in to comment.