diff options
author | Donald Webster | 2024-01-03 19:32:33 -0800 |
---|---|---|
committer | Donald Webster | 2024-01-03 19:32:33 -0800 |
commit | c74c1db753f3ea9d1e9cba690b65eccf2b5755fc (patch) | |
tree | 71e5ede675574a1018286061f48afc695a38ac7c /sonarr.service | |
parent | cae9e7a57458c9ec6cf2141786bc880c672119a5 (diff) | |
download | aur-c74c1db753f3ea9d1e9cba690b65eccf2b5755fc.tar.gz |
Add override example to service file.
Diffstat (limited to 'sonarr.service')
-rw-r--r-- | sonarr.service | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sonarr.service b/sonarr.service index 05d861bdf1a7..33f70010add1 100644 --- a/sonarr.service +++ b/sonarr.service @@ -1,5 +1,10 @@ # Be sure to use `systemctl edit sonarr` to modify this service with an override.conf because # direct changes will be overwritten by package updates. +# +# A user per service w/ shared group setup would have an override like: +# [Service] +# Group=sharedgroupname +# Umask=002 [Unit] Description=Sonarr Service |