Date: Tuesday, August 30, 2022 @ 19:03:11 Author: demize Revision: 1288941
Add Requires and Wants on network-online.target Modified: kubo/trunk/ipfs.service kubo/trunk/[email protected] ---------------+ ipfs.service | 2 ++ [email protected] | 2 ++ 2 files changed, 4 insertions(+) Modified: ipfs.service =================================================================== --- ipfs.service 2022-08-30 18:59:04 UTC (rev 1288940) +++ ipfs.service 2022-08-30 19:03:11 UTC (rev 1288941) @@ -1,5 +1,7 @@ [Unit] Description=InterPlanetary File System (IPFS) daemon +Wants=network-online.target +After=network-online.target [Service] ExecStart=/usr/bin/ipfs daemon Modified: [email protected] =================================================================== --- [email protected] 2022-08-30 18:59:04 UTC (rev 1288940) +++ [email protected] 2022-08-30 19:03:11 UTC (rev 1288941) @@ -1,5 +1,7 @@ [Unit] Description=InterPlanetary File System (IPFS) daemon +Wants=network-online.target +After=network-online.target [Service] User=%i
