summarylogtreecommitdiffstats
path: root/opensimulator.service
blob: 2e6f90881a4eef6884d45d72fe04386664844ea6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[Unit]
Description=Opensimulator
After=local-fs.target network.target

[Service]
Type=simple
ExecStart=/usr/bin/opensimulator
ExecReload=/bin/kill -HUP $MAINPID
KillMode=process
Restart=always
User=%I

[Install]
WantedBy=multi-user.target