-
Notifications
You must be signed in to change notification settings - Fork 403
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #979 from MiczFlor/master
Sync master and develop after 2.0 release
- Loading branch information
Showing
2 changed files
with
14 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
26 changes: 13 additions & 13 deletions
26
misc/sampleconfigs/phoniebox-rotary-encoder.service.stretch-default.sample
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,13 @@ | ||
[Unit] | ||
Description=Phoniebox Rotary Encoder Service | ||
After=network.target iptables.service firewalld.service | ||
|
||
[Service] | ||
User=pi | ||
Group=pi | ||
Restart=always | ||
WorkingDirectory=/home/pi/RPi-Jukebox-RFID | ||
ExecStart=/home/pi/RPi-Jukebox-RFID/scripts/rotary-encoder.py | ||
|
||
[Install] | ||
WantedBy=multi-user.target | ||
[Unit] | ||
Description=Phoniebox Rotary Encoder Service | ||
After=network.target iptables.service firewalld.service | ||
[Service] | ||
User=pi | ||
Group=pi | ||
Restart=always | ||
WorkingDirectory=/home/pi/RPi-Jukebox-RFID | ||
ExecStart=/home/pi/RPi-Jukebox-RFID/scripts/rotary-encoder.py | ||
[Install] | ||
WantedBy=multi-user.target |