Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions src/content/docs/administration/unix_daemon.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,12 +49,12 @@ Something similar to this should work:
Description=ArchivesSpace Application
After=syslog.target network.target
[Service]
Type=simple
ExecStart=/path/to/your/archivesspace/archivesspace.sh
ExecStop=/path/to/your/archivesspace/archivesspace.sh
Type=forking
ExecStart=/path/to/your/archivesspace/archivesspace.sh start
ExecStop=/path/to/your/archivesspace/archivesspace.sh stop
PIDFile=/path/to/your/archivesspace/archivesspace.pid
User=archivesspacespace
Group=archivesspacespace
User=archivesspace
Group=archivesspace
[Install]
WantedBy=multi-user.target
```
Loading