Skip to content

Instantly share code, notes, and snippets.

@sebastianhaas
Created August 6, 2016 15:01
Embed
What would you like to do?
An example systemd unit file to run can2udp on startup
[Unit]
Description=can2udp
After=multi-user.target socketcan-interface.service
Requires=socketcan-interface.service
[Service]
Type=simple
ExecStart=/home/pi/development/railroad/can2udp/src/can2udp -f -v
[Install]
WantedBy=multi-user.target
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment