treewide: Grammar nits

Signed-off-by: Harsh Shandilya <msfjarvis@gmail.com>
This commit is contained in:
Harsh Shandilya 2019-06-29 15:34:35 +05:30
parent 384c2a7419
commit 74a9ac1246
No known key found for this signature in database
GPG key ID: C2E74282C2133D62
3 changed files with 7 additions and 7 deletions

View file

@ -1,5 +1,5 @@
[Unit]
Description=horbiswalls Telegram Bot service
Description=horbiswalls Telegram bot service
After=network.target
[Service]
@ -15,7 +15,7 @@ KillMode=mixed
KillSignal=SIGQUIT
TimeoutStopSec=5s
; Use private /tmp and /var/tmp, which are discarded after caddy stops.
; Use private /tmp and /var/tmp, which are discarded after the process stops.
PrivateTmp=true
; Use a minimal /dev (May bring additional security if switched to 'true', but it may not work on Raspberry Pi's or other devices, so it has been disabled in this dist.)
PrivateDevices=false

View file

@ -1,5 +1,5 @@
[Unit]
Description=aria2 mirror Telegram Bot service
Description=aria2 mirror Telegram bot service
After=network.target
[Service]
@ -16,10 +16,10 @@ KillMode=mixed
KillSignal=SIGQUIT
TimeoutStopSec=5s
; Use private /tmp and /var/tmp, which are discarded after caddy stops.
; Use private /tmp and /var/tmp, which are discarded after the process stops.
PrivateTmp=true
; Use a minimal /dev (May bring additional security if switched to 'true', but it may not work on Raspberry Pi's or other devices, so it has been disabled in this dist.)
PrivateDevices=false
PrivateDevices=true
; Make /usr, /boot, /etc and possibly some more folders read-only.
ProtectSystem=full

View file

@ -1,5 +1,5 @@
[Unit]
Description=UNO Telegram Bot service
Description=UNO Telegram bot service
After=network.target
[Service]
@ -15,7 +15,7 @@ KillMode=mixed
KillSignal=SIGQUIT
TimeoutStopSec=5s
; Use private /tmp and /var/tmp, which are discarded after caddy stops.
; Use private /tmp and /var/tmp, which are discarded after the process stops.
PrivateTmp=true
; Use a minimal /dev (May bring additional security if switched to 'true', but it may not work on Raspberry Pi's or other devices, so it has been disabled in this dist.)
PrivateDevices=false