mirror of
https://github.com/jambonz/jambonz-infrastructure.git
synced 2025-12-19 09:17:44 +00:00
* initial changes for proxmox support * proxmox packer updates * terraform template for Proxmox jambonz-mini * update jambonz-mini to 0.8.3-3
11 lines
199 B
Desktop File
11 lines
199 B
Desktop File
[Unit]
|
|
Description=jaeger service unit file.
|
|
After=syslog.target network.target local-fs.target
|
|
|
|
[Service]
|
|
Type=exec
|
|
ExecStart=/usr/local/bin/jaeger-all-in-one
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|
|
|