add transmission-daemon as service

This commit is contained in:
Felix Van der Jeugt 2020-12-04 14:46:20 +01:00
parent fe5db6e793
commit 1ae637377f
No known key found for this signature in database
GPG key ID: 58B209295023754D
4 changed files with 6 additions and 1 deletions

1
services/.gitignore vendored Normal file
View file

@ -0,0 +1 @@
supervise

View file

@ -0,0 +1,2 @@
#!/bin/sh
exec vlogger -t ninewise-transmission-daemon

View file

@ -0,0 +1,2 @@
#!/bin/sh
exec transmission-daemon -f --log-error 2>&1