diff --git a/systemd_units/caddy.service b/systemd_units/caddy.service index b8f0e30..f151c99 100644 --- a/systemd_units/caddy.service +++ b/systemd_units/caddy.service @@ -24,10 +24,6 @@ ReadWriteDirectories=/etc/ssl/caddy CapabilityBoundingSet=CAP_NET_BIND_SERVICE AmbientCapabilities=CAP_NET_BIND_SERVICE NoNewPrivileges=true -CPUWeight=10 -CPUQuota=10% -IOWeight=20 -MemorySwapMax=1 [Install] WantedBy=multi-user.target diff --git a/systemd_units/daas.service b/systemd_units/daas.service index 26f4808..52e2212 100644 --- a/systemd_units/daas.service +++ b/systemd_units/daas.service @@ -12,10 +12,6 @@ User=caddy Group=caddy ExecStart=/usr/local/bin/daas Restart=always -CPUWeight=2 -CPUQuota=2% -IOWeight=2 -MemorySwapMax=1 [Install] WantedBy=multi-user.target diff --git a/systemd_units/gitea.service b/systemd_units/gitea.service index 7f990de..bb8a3d9 100644 --- a/systemd_units/gitea.service +++ b/systemd_units/gitea.service @@ -17,10 +17,6 @@ Restart=always Environment=USER=git HOME=/home/git GITEA_WORK_DIR=/var/lib/gitea CapabilityBoundingSet=CAP_NET_BIND_SERVICE AmbientCapabilities=CAP_NET_BIND_SERVICE -CPUWeight=20 -CPUQuota=25% -IOWeight=20 -MemorySwapMax=1 [Install] WantedBy=multi-user.target diff --git a/systemd_units/mirror-bot-2.service b/systemd_units/mirror-bot-2.service index 8a1a4c8..0f87da2 100644 --- a/systemd_units/mirror-bot-2.service +++ b/systemd_units/mirror-bot-2.service @@ -16,10 +16,6 @@ TimeoutStopSec=5s PrivateTmp=true PrivateDevices=true ProtectSystem=full -CPUWeight=10 -CPUQuota=10% -IOWeight=20 -MemorySwapMax=1 [Install] WantedBy=multi-user.target diff --git a/systemd_units/mirror-bot.service b/systemd_units/mirror-bot.service index ee04792..6684587 100644 --- a/systemd_units/mirror-bot.service +++ b/systemd_units/mirror-bot.service @@ -16,10 +16,6 @@ TimeoutStopSec=5s PrivateTmp=true PrivateDevices=true ProtectSystem=full -CPUWeight=10 -CPUQuota=10% -IOWeight=20 -MemorySwapMax=1 [Install] WantedBy=multi-user.target diff --git a/systemd_units/uno-bot.service b/systemd_units/uno-bot.service index c644431..7a57c9c 100644 --- a/systemd_units/uno-bot.service +++ b/systemd_units/uno-bot.service @@ -15,10 +15,6 @@ TimeoutStopSec=5s PrivateTmp=true PrivateDevices=false ProtectSystem=full -CPUWeight=10 -CPUQuota=10% -IOWeight=20 -MemorySwapMax=1 [Install] WantedBy=multi-user.target diff --git a/systemd_units/walls-bot.service b/systemd_units/walls-bot.service index 9fb6b74..933491a 100644 --- a/systemd_units/walls-bot.service +++ b/systemd_units/walls-bot.service @@ -15,10 +15,6 @@ TimeoutStopSec=5s PrivateTmp=true PrivateDevices=false ProtectSystem=full -CPUWeight=10 -CPUQuota=10% -IOWeight=20 -MemorySwapMax=1 [Install] WantedBy=multi-user.target