Skip to content
This repository has been archived by the owner on Aug 18, 2021. It is now read-only.

Commit

Permalink
systemd: Add identifier to systemd unit files.
Browse files Browse the repository at this point in the history
(cherry picked from commit 016c2f9)
  • Loading branch information
d7415 committed Apr 7, 2018
1 parent faa6143 commit ae742a6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions arthur.service
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ Group=merlin
WorkingDirectory=/home/merlin/
ExecStart=/usr/bin/env python -u arthur.py
Restart=always
SyslogIdentifier=arthur(botname)

[Install]
WantedBy=multi-user.target
1 change: 1 addition & 0 deletions merlin.service
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ Group=merlin
WorkingDirectory=/home/merlin/
ExecStart=/usr/bin/env python -u merlin.py
Restart=always
SyslogIdentifier=merlin(botname)

[Install]
WantedBy=multi-user.target

0 comments on commit ae742a6

Please sign in to comment.