Skip to content

Commit

Permalink
[os] fix broken path in axiom_start.service
Browse files Browse the repository at this point in the history
  • Loading branch information
anuejn committed Aug 23, 2020
1 parent 0f44b2c commit fac6572
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions software/scripts/axiom_start.service
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ Description="Setup the AXIOM Beta image pipeline
[Service]
Type=oneshot
EnvironmentFile=-/etc/environment
ExecStart=/opt/axiom-firmware/software/scripts/start.sh
ExecStart=/opt/axiom-firmware/software/scripts/axiom_start.sh
RemainAfterExit=true
ExecStop=/opt/axiom-firmware/software/scripts/halt.sh
ExecStop=/opt/axiom-firmware/software/scripts/axiom_halt.sh
StandardOutput=journal
[Install]
Expand Down

0 comments on commit fac6572

Please sign in to comment.