diff --git a/crates/orchestrator/Cargo.toml b/crates/orchestrator/Cargo.toml index 36aa04d..7a71cd6 100644 --- a/crates/orchestrator/Cargo.toml +++ b/crates/orchestrator/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "orchestrator" -version = "0.1.2" +version = "0.1.3" edition = "2024" build = "build.rs" diff --git a/crates/orchestrator/packaging/solstice-orchestrator.service b/crates/orchestrator/packaging/solstice-orchestrator.service index a6614a7..1ce42a6 100644 --- a/crates/orchestrator/packaging/solstice-orchestrator.service +++ b/crates/orchestrator/packaging/solstice-orchestrator.service @@ -12,11 +12,6 @@ Restart=on-failure RestartSec=3s User=solstice Group=solstice -AmbientCapabilities= -NoNewPrivileges=yes -ProtectSystem=full -ProtectHome=true -PrivateTmp=true RuntimeDirectory=solstice [Install]