mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-22 11:19:22 +01: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.
|
||||
#
|
||||
Restart=on-failure
|
||||
User=mikaela
|
||||
|
||||
[Install]
|
||||
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…
Reference in New Issue
Block a user