diff options
author | Donald Webster | 2019-11-25 20:51:03 -0800 |
---|---|---|
committer | Donald Webster | 2019-11-25 20:51:03 -0800 |
commit | ba0b38417f8740a1516fb096d26bae5bb8ebd05b (patch) | |
tree | fbd33f3854f858c4e9e2ac282eb7b5945fb50abe /bazarr.service | |
parent | a971962bbd5a275b3b70b5a0f4a89cab7b81ae74 (diff) | |
download | aur-ba0b38417f8740a1516fb096d26bae5bb8ebd05b.tar.gz |
Add SyslogIdentifier to service file.
Diffstat (limited to 'bazarr.service')
-rw-r--r-- | bazarr.service | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bazarr.service b/bazarr.service index 9ab0b2ba483d..17f6e878b6b8 100644 --- a/bazarr.service +++ b/bazarr.service @@ -9,6 +9,7 @@ Type=simple ExecStart=/usr/bin/python2 /usr/lib/bazarr/bazarr.py --no-update --config /var/lib/bazarr Restart=always TimeoutStopSec=30 +SyslogIdentifier=bazarr [Install] WantedBy=multi-user.target |