style: move systemd services to a folder

This commit is contained in:
David
2025-09-11 13:32:34 -05:00
parent 660ceb560d
commit 9370b91c7e
3 changed files with 2 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
[Unit] [Unit]
Description=Autostart the anchor node for controlling the rover and its modules Description=Anchor nodes for controlling the rover and its modules (rover-ros2)
After=systemd-user-sessions.service After=systemd-user-sessions.service
Requires=systemd-user-sessions.service Requires=systemd-user-sessions.service

View File

@@ -1,5 +1,5 @@
[Unit] [Unit]
Description=Autostart headless core node for controlling the rover without a base station Description=Headless node to control Core and Arm
After=systemd-user-sessions.service After=systemd-user-sessions.service
Requires=systemd-user-sessions.service Requires=systemd-user-sessions.service