Osmocom Remote SIM Software Suite
https://osmocom.org/projects/osmo-remsim
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
351 B
14 lines
351 B
[Unit]
|
|
Description=Osmocom Remote SIM Client %i
|
|
|
|
[Service]
|
|
Type=simple
|
|
Restart=always
|
|
EnvironmentFile=/etc/default/osmo-remsim-client
|
|
EnvironmentFile=/etc/default/osmo-remsim-client-%i
|
|
ExecStart=/usr/bin/osmo-remsim-client-st2 $GLOBAL_CLIENT_OPTS -I $REMSIM_I -H $REMSIM_H -c $REMSIM_c -n $REMSIM_n
|
|
RestartSec=2
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|
|
|
|
|