i2pd/contrib/rpm
BOPOHA ce57a130fc
systemd issue in centos 7
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.
2018-02-01 23:21:20 +01:00
..
i2pd-git.spec fix rpm spec's (#1084) 2018-02-01 19:37:38 +03:00
i2pd.service systemd issue in centos 7 2018-02-01 23:21:20 +01:00
i2pd.spec fix rpm spec's (#1084) 2018-02-01 19:37:38 +03:00