mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-02-08 12:54:17 +00:00
ce57a130fc
Not working pre-create pid-file dir (/run/i2pd). It fixed with one of this ways: > PermissionsStartOnly=True or > ExecStartPre=/bin/mkdir -p -m 0700 /var/run/i2pd > ExecStartPre=/bin/chown i2pd: /var/run/i2pd First way is prefer because RuntimeDirectory's options already used.