Which means now I'll have to think about real prefixes in commit names.
10 lines
148 B
Desktop File
10 lines
148 B
Desktop File
[Unit]
|
|
Description=IPFS daemon
|
|
After=network.target
|
|
|
|
[Service]
|
|
ExecStart=/usr/bin/ipfs daemon
|
|
Restart=on-failure
|
|
|
|
[Install]
|
|
WantedBy=default.target
|