Skip to content

Commit 678f40f

Browse files
committed
Get service running as global service with restricted user
1 parent 353b065 commit 678f40f

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

misc/multiverse.service

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,13 @@
11
[Unit]
22
Description=Multiverse daemon
33
After=network.target
4-
Requires=ipfs.service
54

65
[Service]
76
User=multi
87
Group=multi
9-
ExecStart=/bin/bash -c "exec /usr/bin/multi daemon"
8+
ExecStart=/usr/bin/multi daemon
109
Restart=always
1110
RestartSec=5s
1211

1312
[Install]
14-
WantedBy=default.target
13+
WantedBy=multi-user.target

0 commit comments

Comments
 (0)