Skip to content

Commit

Permalink
fix non-ascii chars in unit
Browse files Browse the repository at this point in the history
  • Loading branch information
vrdel committed Feb 6, 2020
1 parent 3ef17ac commit 4f644c1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions init/ams-publisher.service
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
[Unit]
Description=AMS publisher
Description=AMS publisher
After=network.target

[Service]
Type=simple
ExecStart=/usr/bin/ams-publisherd -d start
ExecStop=/usr/bin/ams-publisherd -d stop
ExecStart=/usr/bin/ams-publisherd -d start
ExecStop=/usr/bin/ams-publisherd -d stop

[Install]
WantedBy=multiuser.target
WantedBy=multi-user.target

0 comments on commit 4f644c1

Please sign in to comment.