1
0
mirror of https://github.com/PurpleI2P/i2pd.git synced 2025-02-08 12:54:17 +00:00
i2pd/contrib
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
..
2018-01-30 17:30:01 +03:00
2018-01-24 12:48:05 -05:00
2018-02-01 23:21:20 +01:00
2018-01-06 22:24:03 +08:00
2017-04-22 04:19:32 +03:00