initial commit

This commit is contained in:
horstderheld 2023-07-24 01:43:04 +02:00
commit 8abb1ecbc0
4 changed files with 107 additions and 0 deletions

18
ncam.service Normal file
View file

@ -0,0 +1,18 @@
[Unit]
Description=Open Source Conditional Access Module
Wants=pcscd.service
After=tmp.mount network.target
[Service]
Type=forking
ExecStart=/usr/bin/ncam -b
User=ncam
ConfigurationDirectory=ncam
PrivateTmp=yes
ProtectHome=yes
ProtectSystem=strict
NoNewPrivileges=yes
ReadWritePaths=-/var/lib/ncam
[Install]
WantedBy=multi-user.target