0
0
mirror of https://github.com/PurpleI2P/i2pd synced 2025-10-05 23:52:50 +02:00

[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

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