Skip to content
Snippets Groups Projects
Commit 65800cb3 authored by Jameson Rollins's avatar Jameson Rollins
Browse files

systemd: fix awgtpman dependency, and add Restart=always

awgtpman depends on the module being loaded, so a Wants seems like the
appropriate strength.
parent e17f71bf
No related branches found
No related tags found
No related merge requests found
[Unit]
Description=Advanced LIGO RTS awgtpman: %i
After=rts-module@%i.service
Wants=rts-module@%i.service
PartOf=rts@%i.target
[Service]
ExecStart=/usr/bin/rts_awgtpman_exec %i
Restart=always
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment