11 lines
185 B
Desktop File
11 lines
185 B
Desktop File
[Unit]
|
|
Description=homeservice service
|
|
After=multi-user.target
|
|
|
|
[Service]
|
|
Type=idle
|
|
ExecStart=/usr/bin/homeservice -c /etc/homeservice/config.json
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|