Yeni bir systemd betiği oluşturdum /etc/systemd/system/foo.service
[Unit]
Description="My foo script"
Before=network-pre.target
Wants=network-pre.target
[Service]
Type=oneshot
ExecStart=/usr/local/bin/foo
Kaçtığımda service start foo
veya service start foo.service
start: unrecognized service
Sorun nedir? Ubuntu 16.04
service foo start
) Düşündüm kiBefore=network-pre.target
yeterli olurdu ama görünüşe göre değil.