summarylogtreecommitdiffstats
path: root/multipassd.service
blob: 04b3de28306c1bda6bcecfd6b05c6a9f15cdc56e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[Unit]
Description=Multipass is a mini-cloud on your workstation using native hypervisors

[Service]
Type=exec
StateDirectory=multipassd
Environment=HOME=/var/lib/multipassd
Environment=DAEMON_CONFIG_HOME=/var/lib/multipassd
ExecStart=/usr/bin/multipassd
ProtectHome=true
ProtectSystem=full

[Install]
WantedBy=multi-user.target