initial commit
This commit is contained in:
commit
8abb1ecbc0
4 changed files with 107 additions and 0 deletions
18
ncam.service
Normal file
18
ncam.service
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue