mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2025-05-28 02:17:28 +02:00
systemd/user: add ipfs, transmission-daemon (from system)
This commit is contained in:
parent
b2dac44a64
commit
d1fc83913b
@ -59,7 +59,6 @@ ExecStart=/home/mikaela/go/bin/ipfs daemon --routing=dht --enable-gc --enable-na
|
|||||||
# amount of connection tolerable and won't cause issues.
|
# amount of connection tolerable and won't cause issues.
|
||||||
#
|
#
|
||||||
Restart=on-failure
|
Restart=on-failure
|
||||||
User=mikaela
|
|
||||||
|
|
||||||
[Install]
|
[Install]
|
||||||
WantedBy=default.target
|
WantedBy=default.target
|
12
conf/systemd/user/transmission-daemon.service
Normal file
12
conf/systemd/user/transmission-daemon.service
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
[Unit]
|
||||||
|
# This is ust copied from the Debian package
|
||||||
|
Description=Transmission BitTorrent Daemon
|
||||||
|
|
||||||
|
[Service]
|
||||||
|
Type=notify
|
||||||
|
ExecStart=/usr/bin/transmission-daemon -f --log-error
|
||||||
|
ExecStop=/bin/kill -s STOP $MAINPID
|
||||||
|
ExecReload=/bin/kill -s HUP $MAINPID
|
||||||
|
|
||||||
|
[Install]
|
||||||
|
WantedBy=default.target
|
Loading…
x
Reference in New Issue
Block a user