Skip to content

Commit

Permalink
systemd: add helptext to the service file which explains how to make …
Browse files Browse the repository at this point in the history
…changes
  • Loading branch information
RubenKelevra committed May 1, 2020
1 parent 826826c commit 06abad7
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions misc/systemd/ipfs.service
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
# This file will be overwritten on package upgrades, avoid customizations here.
#
# To make persistant changes, create file in
# "/etc/systemd/system/ipfs.service.d/overwrite.conf" with
# `systemctl edit ipfs.service`. This file will be parsed after this
# file has been parsed.
#
# To overwrite a variable, like ExecStart you have to specify it once
# blank and a second time with a new value, like:
# ExecStart=
# ExecStart=/usr/bin/ipfs daemon --flag1 --flag2
#
# For more info about custom unit files see systemd.unit(5).

[Unit]
Description=InterPlanetary File System (IPFS) daemon
After=network.target
Expand Down

0 comments on commit 06abad7

Please sign in to comment.