Skip to content

Commit

Permalink
DIsable protection until I write something to manage the update #341
Browse files Browse the repository at this point in the history
  • Loading branch information
Stefal committed Dec 29, 2023
1 parent 0dfed9b commit 0f53d79
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions unit/rtkbase_web.service
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ User=root
ExecStart={python_path} {script_path}/web_app/server.py
Restart=on-failure
RestartSec=30
ProtectHome=read-only
ProtectSystem=strict
ReadWritePaths={script_path} /var/tmp /usr/local/bin
#ProtectHome=read-only
#ProtectSystem=strict
#ReadWritePaths={script_path} /var/tmp /usr/local/bin

[Install]
WantedBy=multi-user.target

0 comments on commit 0f53d79

Please sign in to comment.