Skip to content

Commit

Permalink
try this
Browse files Browse the repository at this point in the history
  • Loading branch information
CamDavidsonPilon committed Jan 11, 2025
1 parent 59e9524 commit 4b516c2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions pioreactor/cli/pios.py
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,7 @@ def sync_config_files(unit: str, shared: bool, specific: bool) -> None:

# move the specific unit config.ini
if specific:
print(unit, localpath, remotepath)
try:
localpath = f"/home/pioreactor/.pioreactor/config_{unit}.ini"
remotepath = "/home/pioreactor/.pioreactor/unit_config.ini"
Expand Down
2 changes: 1 addition & 1 deletion update_scripts/24.10.29/huey.service
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Before=lighttpd.service
[Service]
EnvironmentFile=/etc/environment
User=pioreactor
WorkingDirectory=/var/www/pioreactorui
WorkingDirectory=c
ExecStart=huey_consumer pioreactorui.tasks.huey -n -b 1.0 -w 6 -f -C -d 0.05
ExecStartPost=pio log -m "%n successful" -n systemd --local-only
StandardOutput=null
Expand Down

0 comments on commit 4b516c2

Please sign in to comment.