mirror of https://github.com/PentHertz/srsLTE.git
12 lines
200 B
SYSTEMD
12 lines
200 B
SYSTEMD
|
[Unit]
|
||
|
Description=Software Radio Systems's LTE UE implementation
|
||
|
|
||
|
[Service]
|
||
|
Type=simple
|
||
|
Restart=always
|
||
|
ExecStart=/usr/bin/srsue /etc/srslte/ue.conf
|
||
|
RestartSec=2
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=multi-user.target
|