11 lines
185 B
SYSTEMD
11 lines
185 B
SYSTEMD
|
[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
|