Skip to content

Commit

Permalink
Add example systemd service unit
Browse files Browse the repository at this point in the history
  • Loading branch information
jmcfarlane committed Mar 9, 2017
1 parent df7bb38 commit cf5df42
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions etc/systemd/system/notable.service.example
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
[Service]
Type=simple
User=jmcfarlane
WorkingDirectory=/home/jmcfarlane
ExecStart=/usr/local/bin/notable -port 18080 -browser=false -daemon=false
ExecStop=/bin/true
Restart=on-abort

[Install]
WantedBy=multi-user.target

0 comments on commit cf5df42

Please sign in to comment.