Skip to content

Commit

Permalink
service file for mexosagent (#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
bobmex authored Oct 23, 2018
1 parent d9c7317 commit a204800
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions mexosagent.service
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
[Unit]
Description=Mobiledgex Agent Service
Wants=network.target
After=network.target

[Service]
ExecStart=/bin/bash -ce "exec /usr/local/bin/mexosagent -debug -cert /root >> /root/mexosagent.log 2>&1"
WorkingDirectory=/root
Restart=always

[Install]
WantedBy=multi-user.target
Alias=mexosagent.service

0 comments on commit a204800

Please sign in to comment.