Skip to content

Commit

Permalink
Update sharppaste.service
Browse files Browse the repository at this point in the history
  • Loading branch information
tenchooo authored Jan 25, 2018
1 parent 0c217d0 commit cf238fd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Scripts/sharppaste.service
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
[Unit]
Description=SharpPaste Server
Wants=network.target
ConditionDirectoryNotEmpty=/var/www/sharppaste
ConditionDirectoryNotEmpty=/opt/sharppaste

[Service]
Type=simple
User=xsp
Group=xsp
ExecStart=/usr/bin/xsp4 --port 9000 --address 127.0.0.1 --nonstop --applications=/:/var/www/sharppaste
ExecStart=/usr/bin/xsp4 --port 9000 --address 127.0.0.1 --nonstop --applications=/:/opt/sharppaste
Restart=on-failure

[Install]
Expand Down

0 comments on commit cf238fd

Please sign in to comment.