- Rework packaging to match recommended packaging from doc/packaging.md and <https://github.com/zabbly/incus/tree/stable/systemd>. OBS-URL: https://build.opensuse.org/request/show/1216848 OBS-URL: https://build.opensuse.org/package/show/Virtualization:containers/incus?expand=0&rev=5
13 lines
294 B
Desktop File
13 lines
294 B
Desktop File
[Unit]
|
|
Description=Incus Container Hypervisor (User Daemon)
|
|
After=incus-user.socket incus.service
|
|
Requires=incus-user.socket
|
|
|
|
[Service]
|
|
EnvironmentFile=-/etc/sysconfig/incus-user
|
|
ExecStart=/usr/sbin/incus-user --group incus $INCUS_USER_OPTS
|
|
Restart=on-failure
|
|
|
|
[Install]
|
|
Also=incus-user.socket
|