mirror of
https://github.com/SHC-ASTRA/rover-ros2.git
synced 2026-02-11 09:20:40 +00:00
style: move systemd services to a folder
This commit is contained in:
14
systemd/anchor.service
Normal file
14
systemd/anchor.service
Normal file
@@ -0,0 +1,14 @@
|
||||
[Unit]
|
||||
Description=Anchor nodes for controlling the rover and its modules (rover-ros2)
|
||||
After=systemd-user-sessions.service
|
||||
Requires=systemd-user-sessions.service
|
||||
|
||||
[Service]
|
||||
ExecStart=/home/clucky/rover-ros2/auto_start/auto_start_anchor.sh
|
||||
Restart=always
|
||||
RestartSec=5
|
||||
User=clucky
|
||||
Environment=PYTHONUNBUFFERED=1
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
Reference in New Issue
Block a user