mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-05-16 13:56:03 +08:00
14 lines
231 B
Desktop File
14 lines
231 B
Desktop File
[Unit]
|
|
Description=infinoted server
|
|
After=network.target
|
|
Documentation=https://github.com/gobby/libinfinity
|
|
|
|
[Service]
|
|
ExecStart=/usr/bin/infinoted-0.6
|
|
User=infinote
|
|
Group=infinote
|
|
Type=simple
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|