Skip to content

user systemd configuration files for science services

Notifications You must be signed in to change notification settings

dsa110/dsa110-systemd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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>

About

user systemd configuration files for science services

Resources

Stars

Watchers

Forks

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages