summaryrefslogtreecommitdiffstats
path: root/roles/infinote/files/infinoted.service
blob: c547393f7e1bf8033f5fba66a88fae8fc530ebbe (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
[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