Systemd Goals
[Unit]
Description=My Foobar
Before=bar.target
[Service]
ExecStart=/usr/bin/foobar
[Install]
WantedBy=multi-user.target$ systemctl list-units$ systemctl status networking.service$ sudo systemctl start networking.serviceLast updated