Merge pull request #7288 from RubenKelevra/feat/systemd-create-state-directory

systemd: add state directory setting
This commit is contained in:
Steven Allen 2020-05-08 13:29:29 -07:00 committed by GitHub
commit dabd95de9d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,7 +14,7 @@ After=network.target
Type=notify
User=ipfs
Group=ipfs
WorkingDirectory=/var/lib/ipfs
StateDirectory=ipfs
ExecStart=/usr/bin/ipfs daemon --init --migrate
Restart=on-failure
KillSignal=SIGINT