You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/app-misc/openhab-bin/files/openhab.service

27 lines
518 B

[Unit]
Description=openHAB - empowering the smart home
Documentation=https://www.openhab.org/docs/
Documentation=https://community.openhab.org
Wants=network-online.target
After=network-online.target
[Service]
EnvironmentFile=/etc/env.d/50openhab
EnvironmentFile=-/etc/default/openhab
User=openhab
WorkingDirectory=/usr/share/openhab
ExecStart=openhab daemon
ExecStop=openhab stop
SuccessExitStatus=0 143
RestartSec=15
Restart=on-failure
TimeoutStopSec=120
LimitNOFILE=102642
[Install]
WantedBy=multi-user.target