summarylogtreecommitdiffstats
path: root/oscam.service
blob: 259e151cd97b986d9369bb18f03c79370bab9fb5 (plain)
1
2
3
4
5
6
7
8
9
10
11
[Unit]
Description=The Open Source Conditional Access Module daemon
After=tmp.mount network.target

[Service]
Type=forking
PIDFile=/run/oscam.pid
ExecStart=/usr/bin/oscam -b -B /run/oscam.pid -c /etc/oscam

[Install]
WantedBy=multi-user.target