summarylogtreecommitdiffstats
path: root/flexo.service
diff options
context:
space:
mode:
authorFabian Muscariello2023-12-20 20:17:27 +0100
committerFabian Muscariello2023-12-20 20:19:46 +0100
commit2014d4bf222094e2bb61fd9060b03826ce9e3812 (patch)
treeffd2bfbec5c8e17b0932426979422b4b9196212b /flexo.service
parent2542fafb0c042ee5d28842d10da5a0259afe1ef0 (diff)
downloadaur-flexo-git.tar.gz
Minor changes in flexo.service
Diffstat (limited to 'flexo.service')
-rw-r--r--flexo.service5
1 files changed, 4 insertions, 1 deletions
diff --git a/flexo.service b/flexo.service
index b2a9314950b4..1a62928f570f 100644
--- a/flexo.service
+++ b/flexo.service
@@ -1,6 +1,7 @@
[Unit]
Description=central pacman cache
-After=network.target
+After=network-online.target
+Wants=network-online.target
[Service]
User=flexo
@@ -16,6 +17,8 @@ PrivateDevices=true
ProtectClock=true
ProtectKernelTunables=true
ProtectSystem=true
+SystemCallArchitectures=native
+MemoryDenyWriteExecute=true
ProtectHome=true
[Install]