Skip to content

Commit

Permalink
fix: use homedir as workdir in systemd unit
Browse files Browse the repository at this point in the history
as default acme storage is $workdir/acme instead of $homedir/.config/...
  • Loading branch information
haruue committed Sep 4, 2023
1 parent 099faa9 commit 3eeab8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/install_server.sh
Original file line number Diff line number Diff line change
Expand Up @@ -646,7 +646,7 @@ After=network.target
[Service]
Type=simple
ExecStart=$EXECUTABLE_INSTALL_PATH server --config ${_config_name}.yaml
WorkingDirectory=$CONFIG_DIR
WorkingDirectory=$HYSTERIA_HOME_DIR
User=$HYSTERIA_USER
Group=$HYSTERIA_USER
Environment=HYSTERIA_LOG_LEVEL=info
Expand Down

0 comments on commit 3eeab8a

Please sign in to comment.