20 lines
358 B
Plaintext
20 lines
358 B
Plaintext
|
[Unit]
|
||
|
Description=ipfs p2p daemon
|
||
|
After=network.target
|
||
|
Requires=network.target
|
||
|
|
||
|
[Service]
|
||
|
Type=simple
|
||
|
User=ipfs
|
||
|
RestartSec=1
|
||
|
Restart=always
|
||
|
PermissionsStartOnly=true
|
||
|
Nice=18
|
||
|
LimitNOFILE=8192
|
||
|
Environment=IPFS_FD_MAX=8192
|
||
|
EnvironmentFile=-/etc/sysconfig/ipfs
|
||
|
StandardOutput=journal
|
||
|
ExecStart=/usr/local/sbin/ipfs daemon
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=multi-user.target
|