blob: f0626118b58cf85fc3f1e1706f07411b04961fbb [file] [log] [blame]
Harald Welte23198c42021-11-03 12:48:58 +01001[Unit]
2Description=Osmocom SIM REST server
3
4[Service]
5Type=simple
6# we listen to 0.0.0.0, allowing remote, unauthenticated clients to connect from everywhere!
7ExecStart=/usr/local/src/pysim/contrib/sim-rest-server.py -H 0.0.0.0
8Restart=always
9RestartSec=2
10# this user must be created beforehand; it must have PC/SC access
11User=rest
12
13[Install]
14WantedBy=multi-user.target