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