9 lines
146 B
Desktop File
9 lines
146 B
Desktop File
[Unit]
|
|
Description=Launch Service for my self-hosted services.
|
|
|
|
[Service]
|
|
ExecStart=/home/ubuntu/start.sh &
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|