Remove unused systemd unit file hardening options, bump version to 0.1.3

Signed-off-by: Till Wegmueller <toasterson@gmail.com>
This commit is contained in:
Till Wegmueller 2025-11-17 20:05:21 +01:00
parent 0724a4c526
commit 8e21c2ba47
No known key found for this signature in database
2 changed files with 1 additions and 6 deletions

View file

@ -1,6 +1,6 @@
[package]
name = "orchestrator"
version = "0.1.2"
version = "0.1.3"
edition = "2024"
build = "build.rs"

View file

@ -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]