blob: 130f28929da74bca7f2f43783c6dceb744609e87 [file] [log] [blame]
Joachim Steiger293c1142019-05-29 20:16:58 +02001[Unit]
2Description=Osmocom Remote SIM Client %i
3
4[Service]
5Type=simple
6Restart=always
7EnvironmentFile=/etc/default/osmo-remsim-client
8EnvironmentFile=/etc/default/osmo-remsim-client-%i
Joachim Steiger68f95102019-07-03 19:03:24 +02009ExecStart=/usr/bin/osmo-remsim-client-st2 $GLOBAL_CLIENT_OPTS -I $REMSIM_I -H $REMSIM_H -c $REMSIM_c -n $REMSIM_n
Joachim Steiger293c1142019-05-29 20:16:58 +020010RestartSec=2
11
12[Install]
13WantedBy=multi-user.target
14