-
-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: make aurora-groups.sh executable (#102)
* fix: forgot to chmod +x aurora-groups.sh * Update system_files/shared/usr/lib/systemd/system/aurora-groups.service using full path for the script Co-authored-by: Adam Fidel <ledif@users.noreply.github.com> * fix: bash array iteration --------- Co-authored-by: Adam Fidel <ledif@users.noreply.github.com>
- Loading branch information
1 parent
0f1e011
commit 84f9787
Showing
2 changed files
with
10 additions
and
2 deletions.
There are no files selected for viewing
4 changes: 3 additions & 1 deletion
4
system_files/shared/usr/lib/systemd/system/aurora-groups.service
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,10 +1,12 @@ | ||
[Unit] | ||
Description=Add plugdev groups | ||
|
||
[Service] | ||
Type=oneshot | ||
ExecStart=/usr/libexec/aurora-groups | ||
ExecStart=/usr/libexec/aurora-groups.sh | ||
Restart=on-failure | ||
RestartSec=30 | ||
StartLimitInterval=0 | ||
|
||
[Install] | ||
WantedBy=default.target |
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