summarylogtreecommitdiffstats
path: root/flexo.service
diff options
context:
space:
mode:
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]