Commit Graph

5 Commits (52a6a12a9ab0dc3861e3248cf39ca626dda13bf0)

Author SHA1 Message Date
yangfl 319d748639 i2pd.service: do not block system shutdown for 10 min 7 years ago
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.
7 years ago
Darknet Villain 3426906a4f [rpm] Fix changelogs to comply with guidelines, add tunconf key to systemd package 7 years ago
Darknet Villain 4ee364640d Update rpm spec and systemd unit 7 years ago
l-n-s b683c07d55 move rpm-related files to contrib folder 8 years ago