This repository has been archived by the owner on May 26, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 276
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #245 from jtwhit/services
[ansible] Updated base station and onboard services.
- Loading branch information
Showing
5 changed files
with
40 additions
and
0 deletions.
There are no files selected for viewing
10 changes: 10 additions & 0 deletions
10
ansible/roles/base_station_services/files/rover-base_station_kineval.service
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
[Unit] | ||
Description=MRover Base Station Kineval Stencil | ||
|
||
[Service] | ||
User={{ user }} | ||
EnvironmentFile=/etc/default/rover.env | ||
ExecStart={{ workspace_dir }}/jarvis exec base_station_kineval_stencil | ||
|
||
[Install] | ||
WantedBy=multi-user.target |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
12 changes: 12 additions & 0 deletions
12
ansible/roles/onboard_services/files/rover-onboard-auton-light.service
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
[Unit] | ||
Description=MRover Onboard Autonomy Light | ||
|
||
[Service] | ||
EnvironmentFile=/etc/default/rover.env | ||
Environment=HOME={{ home_dir }} | ||
ExecStart={{ workspace_dir }}/jarvis exec onboard_auton_light | ||
Restart=always | ||
RestartSec=10 | ||
|
||
[Install] | ||
WantedBy=multi-user.target |
12 changes: 12 additions & 0 deletions
12
ansible/roles/onboard_services/files/rover-onboard-kinematics.service
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
[Unit] | ||
Description=MRover Onboard Kinematics | ||
|
||
[Service] | ||
EnvironmentFile=/etc/default/rover.env | ||
User={{ running_user }} | ||
ExecStart={{ workspace_dir }}/jarvis exec onboard_kinematics | ||
Restart=always | ||
RestartSec=10 | ||
|
||
[Install] | ||
WantedBy=multi-user.target |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters