summarylogtreecommitdiffstats
path: root/cloudshack.service
blob: c4330a709ba48226d4cbfd752cfefa692d23a728 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[Unit]
Description=CloudShack Server

[Service]
ExecStart=/usr/lib/cloudshack/bin/cloudshack foreground
User=cloudshack
Type=simple
WorkingDirectory=/var/lib/cloudshack
ProtectSystem=true
ProtectHome=true
NoNewPrivileges=true
PrivateTmp=true
Environment=RELEASE_MUTABLE_DIR=/var/lib/cloudshack

[Install]
WantedBy=multi-user.target