mirror of
https://github.com/outbackdingo/matchbox.git
synced 2026-01-27 18:19:36 +00:00
* Update deployment docs to target Fedora CoreOS and Flatcar Linux * Remove redundant systemd units
17 lines
293 B
Desktop File
17 lines
293 B
Desktop File
[Unit]
|
|
Description=Matchbox Server
|
|
Documentation=https://github.com/poseidon/matchbox
|
|
|
|
[Service]
|
|
User=matchbox
|
|
Group=matchbox
|
|
Environment="MATCHBOX_ADDRESS=0.0.0.0:8080"
|
|
ExecStart=/usr/local/bin/matchbox
|
|
|
|
# systemd.exec
|
|
ProtectHome=yes
|
|
ProtectSystem=full
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|