18 lines
263 B
Desktop File
18 lines
263 B
Desktop File
[Unit]
|
|
Description=SmarGon control system
|
|
After=network.target
|
|
|
|
[Service]
|
|
Type=simple
|
|
User=ros
|
|
Group=ros
|
|
SyslogIdentifier=smargon
|
|
Restart=always
|
|
RestartSec=5
|
|
WorkingDirectory=/home/ros
|
|
ExecStart=/home/ros/smargon_startup.sh
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|
|
|