Skip to content

Commit

Permalink
ogn-rf.service: Execute ogn-rf as root
Browse files Browse the repository at this point in the history
The gpu support on the raspberry pi requires access to /dev/vcio and
/dev/kmem, thus ogn-rf needs to be run as root.
  • Loading branch information
kerel-fs committed Mar 15, 2017
1 parent ee4e7ce commit 04e0b05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/ogn-rf.service
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Description=Receive ogn/flarm data and write the raw data to a fifo
After=network.target time-sync.target

[Service]
User=ogn
User=root
ExecStart=/usr/bin/ogn-rf /etc/rtlsdr-ogn.conf
Restart=on-failure

Expand Down

0 comments on commit 04e0b05

Please sign in to comment.