github.com/e154/smart-home@v0.17.2-0.20240311175135-e530a6e5cd45/conf/smart-home-server.service (about) 1 [Unit] 2 Description=Smart home server 3 After=multi-user.target 4 Requires=postgresql.service 5 6 7 [Service] 8 Type=simple 9 Restart=always 10 WorkingDirectory=/opt/smart-home/server 11 ExecStart=/opt/smart-home/server/server 12 13 User=smart_home 14 Group=smart_home 15 16 17 [Install] 18 WantedBy=multi-user.target