2023-07-24 01:43:04 +02:00
|
|
|
[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
|
2024-10-21 17:50:05 +02:00
|
|
|
LogsDirectory=ncam
|
2023-07-24 01:43:04 +02:00
|
|
|
PrivateTmp=yes
|
|
|
|
ProtectHome=yes
|
2024-10-21 17:59:06 +02:00
|
|
|
ProtectSystem=strict
|
2023-07-24 01:43:04 +02:00
|
|
|
NoNewPrivileges=yes
|
2024-10-21 17:50:05 +02:00
|
|
|
AmbientCapabilities=CAP_NET_BIND_SERVICE
|
2023-07-24 01:43:04 +02:00
|
|
|
|
|
|
|
[Install]
|
|
|
|
WantedBy=multi-user.target
|