-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
AutoNFS v1.4.1: added support for Systemd init-system (OpenSUSE)
fixes #6 Signed-off-by: Martin Seener <[email protected]>
- Loading branch information
1 parent
4e36669
commit 263abdf
Showing
6 changed files
with
15 additions
and
2 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
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
File renamed without changes.
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 |
---|---|---|
@@ -0,0 +1,10 @@ | ||
[Unit] | ||
Description=AutoNFS is a client-side autofs-free NFS Share Automount-Script | ||
After=network.target | ||
|
||
[Service] | ||
ExecStart=/usr/local/bin/autonfs | ||
Restart=on-abort | ||
|
||
[Install] | ||
WantedBy=multi-user.target |
File renamed without changes.
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,6 +1,6 @@ | ||
#!/usr/bin/env bash | ||
|
||
# AutoNFS v1.4 | ||
# AutoNFS v1.4.1 | ||
|
||
# (c) 2012-2014 by Martin Seener ([email protected]) | ||
# Licensed under the GPLv2 | ||
|