14 lines
231 B
Desktop File
14 lines
231 B
Desktop File
[Unit]
|
|
Description=fxreader.online-service
|
|
|
|
[Service]
|
|
#Type=oneshot
|
|
ExecStart=/usr/bin/docker compose up
|
|
WorkingDirectory={{PROJECT_ROOT}}
|
|
StandardOutput=null
|
|
StandardError=null
|
|
Restart=always
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|