diff options
author | Conrad Kostecki <conikost@gentoo.org> | 2022-04-13 15:39:39 +0200 |
---|---|---|
committer | Conrad Kostecki <conikost@gentoo.org> | 2022-04-13 15:39:39 +0200 |
commit | 372e0e11f3768b2f50eb844f5ae430498bc73fc5 (patch) | |
tree | 43fa3dd14f7506615abeff6919a193f4e6fcb0e0 /net-wireless/unifi/files | |
parent | sys-apps/smcipmitool: drop 2.25.0.210326-r1 (diff) | |
download | gentoo-372e0e11f3768b2f50eb844f5ae430498bc73fc5.tar.gz gentoo-372e0e11f3768b2f50eb844f5ae430498bc73fc5.tar.bz2 gentoo-372e0e11f3768b2f50eb844f5ae430498bc73fc5.zip |
net-wireless/unifi: fix systemd unit
Closes: https://bugs.gentoo.org/837908
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'net-wireless/unifi/files')
-rw-r--r-- | net-wireless/unifi/files/unifi.service-r2 (renamed from net-wireless/unifi/files/unifi.service-r1) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-wireless/unifi/files/unifi.service-r1 b/net-wireless/unifi/files/unifi.service-r2 index a9b98e25de41..40fff6c81797 100644 --- a/net-wireless/unifi/files/unifi.service-r1 +++ b/net-wireless/unifi/files/unifi.service-r2 @@ -1,6 +1,6 @@ [Unit] Description=UniFi Controller -After=network-online.target +After=network.target [Service] Type=simple @@ -11,4 +11,4 @@ ExecStart=/usr/bin/unifi start ExecStop=/usr/bin/unifi stop [Install] -WantedBy=network.target +WantedBy=multi-user.target |