Skip to content

Commit

Permalink
Update systemd unit file example
Browse files Browse the repository at this point in the history
Issue #454
  • Loading branch information
callaa committed Apr 24, 2017
1 parent 607647f commit 627400a
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions server/drawpile-srv.service
Expand Up @@ -4,9 +4,18 @@ After=network.target
Documentation=man:drawpile-srv

[Service]
# Note: set this to the correct path and add -d or -c to load the right configuration file
ExecStart=/usr/bin/drawpile-srv
Type=notify
NotifyAccess=main

# The AppImage is not built with systemd integration at the moment,
# so type=simple should be used with it:
Type=simple
Restart=always

# If you're using a self-built or distribution provided version with
# systemd integration, use this to enable socket activation:
#Type=notify
#NotifyAccess=main

# Note: in order to use session recording and SSL safely,
# a dedicated user account should be created for drawpile-srv.
Expand Down

0 comments on commit 627400a

Please sign in to comment.