PR#3276: Use PrivateTmp for kojid/kojira
Merges #3276 https://pagure.io/koji/pull-request/3276 Fixes #3284 https://pagure.io/koji/issue/3284
This commit is contained in:
commit
1728c07f03
2 changed files with 2 additions and 0 deletions
|
|
@ -12,6 +12,7 @@ ExecStart=/usr/sbin/kojid \
|
|||
ExecReload=/bin/kill -USR1 $MAINPID
|
||||
Restart=on-failure
|
||||
RestartSec=60s
|
||||
PrivateTmp=true
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
|
|
|
|||
|
|
@ -11,6 +11,7 @@ ExecStart=/usr/sbin/kojira \
|
|||
--verbose
|
||||
Restart=on-failure
|
||||
RestartSec=60s
|
||||
PrivateTmp=true
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue