Skip to content

Commit 6572b98

Browse files
committed
make users archivesspace not spacespace
1 parent 53b29d2 commit 6572b98

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/content/docs/administration/unix_daemon.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,8 @@ Type=forking
5353
ExecStart=/path/to/your/archivesspace/archivesspace.sh start
5454
ExecStop=/path/to/your/archivesspace/archivesspace.sh stop
5555
PIDFile=/path/to/your/archivesspace/archivesspace.pid
56-
User=archivesspacespace
57-
Group=archivesspacespace
56+
User=archivesspace
57+
Group=archivesspace
5858
[Install]
5959
WantedBy=multi-user.target
6060
```

0 commit comments

Comments
 (0)