Skip to content

Commit

Permalink
change install directory
Browse files Browse the repository at this point in the history
  • Loading branch information
Virv12 committed Sep 23, 2024
1 parent d0616a6 commit fdd3de6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

DIR=/var/local/lib/pixie/storage
DIR=/var/local/lib/pixie

mkdir -p $DIR

Expand Down
2 changes: 1 addition & 1 deletion pixie.service
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ After=network.target
Type=simple
User=root
Group=root
ExecStart=/usr/local/bin/pixie-server -s /var/local/lib/pixie/storage
ExecStart=/usr/local/bin/pixie-server -s /var/local/lib/pixie
Environment=RUST_LOG=info
WorkingDirectory=/var/local/lib/pixie

Expand Down

0 comments on commit fdd3de6

Please sign in to comment.