Skip to content

Latest commit

 

History

History
41 lines (31 loc) · 1.06 KB

README.md

File metadata and controls

41 lines (31 loc) · 1.06 KB

systemd science pipeline services

Check the systemd tutorial for more info.

Services

service location user
antmc antservice ubuntu
corr corr01-16 ubuntu
search corr17-20 ubuntu
T2 corr00 ubuntu
injection corr00 ubuntu
voltage corr01-16 ubuntu
trigger_copy dsa-storage user
send_cands dsa-storage user
calibration_preprocessing dsa-storage user
calibration dsa-storage user
bfcopy dsa-storage user
bokeh bokehservice ubuntu
hiplot dsa-storage user
dask-scheduler h23 user
dask-worker h23 user
statusmon h23 user
dashboard h23 user

Ensure start after networking is up

To ensure the service is started after networking is up(nice for those services connecting to etcd), add the following under the [Unit] declaration:

After=network-online.target

Enable. To start after a reboot

systemctl --user enable <service>

Run

systemctl --user start <service>

Logging

journalctl --user-unit <service>