-
Notifications
You must be signed in to change notification settings - Fork 48
Open
Description
Hi, I want to use mon with system servise as:
[Unit]
Description=Robot Bringup Launch Service
After=network.target
[Service]
Type=simple
ExecStart=/bin/bash -c "source /path/to/my/ws/devel/setup.bash && mon launch abcd.launch"
ExecStop=/usr/bin/pkill -f "mon launch diffbot_base abcd.launch"
Restart=always
[Install]
WantedBy=multi-user.target
but I couldn't run this, and there is not any error, how can I make it run, or does mon support service?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels