chiark / gitweb /
core: rename unit_destroy_cgroup() to unit_destroy_cgroup_if_empty() since it's not...
[elogind.git] / units / systemd-journal-upload.service.in
index 6388291649eff8e8fc77df71cb5d841ca59483a8..359ff10e259d4af338504d9f01966f125cb2b885 100644 (file)
@@ -7,16 +7,15 @@
 
 [Unit]
 Description=Journal Remote Upload Service
+After=network.target
 
 [Service]
 ExecStart=@rootlibexecdir@/systemd-journal-upload \
           --save-state
 User=systemd-journal-upload
-Group=systemd-journal-uplaod
 PrivateTmp=yes
 PrivateDevices=yes
 WatchdogSec=20min
 
 [Install]
 WantedBy=multi-user.target
-After=network.target