mirror of
https://github.com/flancian/garden.git
synced 2026-08-06 06:26:20 +00:00
e26cc36d7c
Will still revert journals to [[iso 8601]] after this commit.
429 B
429 B
add service
- pull systemd
- go https://www.maxlaumeister.com/u/run-ipfs-on-boot-ubuntu-debian/
- create
example.servicein/etc/system/system sudo systemctl start examplesudo systemctl enable example
- create
- go https://www.maxlaumeister.com/u/run-ipfs-on-boot-ubuntu-debian/
[Unit]
Description=IPFS daemon
After=network.target
[Service]
User=ipfs
Group=ipfs
ExecStart=/usr/local/bin/ipfs daemon
Restart=on-failure
[Install]
WantedBy=default.target