James Feist | ce4367c | 2018-10-16 09:19:57 -0700 | [diff] [blame] | 1 | [Unit] |
| 2 | Description=Entity Manager |
Radivoje Jovanovic | 8ca7086 | 2018-11-02 09:16:27 -0700 | [diff] [blame] | 3 | After=dbus.service |
James Feist | ce4367c | 2018-10-16 09:19:57 -0700 | [diff] [blame] | 4 | |
| 5 | [Service] |
| 6 | ExecStartPre=/bin/mkdir -p /var/configuration |
| 7 | ExecStartPre=/bin/mkdir -p /tmp/overlays |
Patrick Venture | dd9c79b | 2019-03-28 13:05:10 -0700 | [diff] [blame] | 8 | ExecStart=/usr/bin/entity-manager |
James Feist | ce4367c | 2018-10-16 09:19:57 -0700 | [diff] [blame] | 9 | Restart=always |
| 10 | Type=simple |
| 11 | |
| 12 | [Install] |
| 13 | WantedBy=basic.target |