13 lines
231 B
Desktop File
13 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
|