vlmcsd: dynamic user
This commit is contained in:
parent
6c68ae2632
commit
afb77a647e
16
vlmcsd/.gitignore
vendored
Normal file
16
vlmcsd/.gitignore
vendored
Normal file
@ -0,0 +1,16 @@
|
|||||||
|
*
|
||||||
|
!buildroot-configs
|
||||||
|
!bin
|
||||||
|
!build
|
||||||
|
!etc
|
||||||
|
!floppy
|
||||||
|
!GNUmakefile
|
||||||
|
!hotbird64-mass-build
|
||||||
|
!lib
|
||||||
|
!Makefile
|
||||||
|
!man
|
||||||
|
!README
|
||||||
|
!README.compile-and-pre-built-binaries
|
||||||
|
!src
|
||||||
|
!VisualStudio
|
||||||
|
!.gitignore
|
@ -8,7 +8,7 @@ license=('custom')
|
|||||||
source=("https://github.com/Wind4/vlmcsd/archive/${pkgver}.tar.gz"
|
source=("https://github.com/Wind4/vlmcsd/archive/${pkgver}.tar.gz"
|
||||||
"${pkgname}.service")
|
"${pkgname}.service")
|
||||||
sha256sums=('62f55c48f5de1249c2348ab6b96dabbe7e38899230954b0c8774efb01d9c42cc'
|
sha256sums=('62f55c48f5de1249c2348ab6b96dabbe7e38899230954b0c8774efb01d9c42cc'
|
||||||
'f0a462cc15f1d9afa18a92a6434d0b0ed68349ba69f878d0a8c84840b5fd4f7f')
|
'e13a82e4521756f3fd5238422db9dae0cb326e4099d890fe74d1b9b876145497')
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
cd "${srcdir}/${pkgname}-${pkgver}"
|
cd "${srcdir}/${pkgname}-${pkgver}"
|
||||||
|
@ -3,9 +3,8 @@ Description=KMS Server Emulator
|
|||||||
After=network.target
|
After=network.target
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
ExecStart=/usr/bin/vlmcsd -D -C 1033 -P 3128 -l syslog -v
|
ExecStart=/usr/bin/vlmcsd -D -C 1033 -P 3128 -l syslog -j /etc/vlmcsd.kmd -v
|
||||||
User=nobody
|
DynamicUser=yes
|
||||||
Group=nobody
|
|
||||||
|
|
||||||
[Install]
|
[Install]
|
||||||
WantedBy=multi-user.target
|
WantedBy=multi-user.target
|
||||||
|
Loading…
Reference in New Issue
Block a user