summaryrefslogtreecommitdiff
path: root/net-p2p/go-ipfs-bin/files/ipfs-at.service
diff options
context:
space:
mode:
Diffstat (limited to 'net-p2p/go-ipfs-bin/files/ipfs-at.service')
-rw-r--r--net-p2p/go-ipfs-bin/files/ipfs-at.service18
1 files changed, 0 insertions, 18 deletions
diff --git a/net-p2p/go-ipfs-bin/files/ipfs-at.service b/net-p2p/go-ipfs-bin/files/ipfs-at.service
deleted file mode 100644
index 1ad99bd61bcb..000000000000
--- a/net-p2p/go-ipfs-bin/files/ipfs-at.service
+++ /dev/null
@@ -1,18 +0,0 @@
-[Unit]
-Description=InterPlanetary File System
-After=network.target
-
-[Service]
-CPUSchedulingPolicy=batch
-EnvironmentFile=-/etc/conf.d/ipfs.%i
-ExecStart=/usr/bin/ipfs daemon --enable-gc --migrate
-ExecStop=/usr/bin/ipfs shutdown
-LimitNOFILE=8192
-PrivateTmp=yes
-ProtectSystem=full
-Restart=on-failure
-Type=simple
-User=%i
-
-[Install]
-WantedBy=multi-user.target