[systemd] Wait for network-online target when starting service (#2169)

This commit is contained in:
Alexey Chernov
2025-04-04 22:35:56 +03:00
committed by GitHub
parent 3be4c7217f
commit 8ca74a3e1d
+2 -1
View File
@@ -1,7 +1,8 @@
[Unit]
Description=I2P Router written in C++
Documentation=man:i2pd(1) https://i2pd.readthedocs.io/en/latest/
After=network.target
Wants=network.target
After=network.target network-online.target
[Service]
User=i2pd