aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/systemd/osmo-e1d.service
blob: 03ac64337de24e40a03d7671241ab7edd17a00c4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
[Unit]
Description=Osmocom E1 Interface Daemon
Wants=osmo-e1d.service

[Service]
Type=simple
Restart=always
ExecStart=/usr/bin/osmo-e1d -c /etc/osmocom/osmo-e1d.cfg
RestartSec=2

[Install]
WantedBy=multi-user.target