blob: 91744190e7b965346dcccbc3cd2e548f83d56165 [file] [log] [blame]
developer90379572024-05-29 17:23:20 +08001[Unit]
2Description=Open-source software that delivers and manages your evolving offer of home connectivity and entertainment services.
3Documentation=https://www.opensync.io/documentation
4
5[Service]
6Type=simple
7EnvironmentFile=/usr/opensync/etc/kconfig
8
9ExecStartPre=/usr/bin/env "${CONFIG_TARGET_PATH_SCRIPTS}"/opensync.init pre-start
10ExecStart=/usr/bin/env "${CONFIG_DM_MANAGER_PATH}"/dm
11
12ExecStopPost=/usr/bin/env "${CONFIG_TARGET_PATH_SCRIPTS}"/opensync.init post-stop
13Restart=no