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