diff options
author | James Meyer <james.meyer@operamail.com> | 2012-08-07 18:27:48 (GMT) |
---|---|---|
committer | James Meyer <james.meyer@operamail.com> | 2012-08-07 18:27:48 (GMT) |
commit | ee23728f9347243dbac13298ab9b406520ae4966 (patch) | |
tree | f8426a803f9f668745a6c9881cf7d30cc561306f /abs/core/rpcbind/rpcbind.service | |
parent | cb68e3e5ea8d06526b2ecf519b7a9a83c26507c0 (diff) | |
download | linhes_pkgbuild-ee23728f9347243dbac13298ab9b406520ae4966.zip linhes_pkgbuild-ee23728f9347243dbac13298ab9b406520ae4966.tar.gz linhes_pkgbuild-ee23728f9347243dbac13298ab9b406520ae4966.tar.bz2 |
rpcbind .2
Diffstat (limited to 'abs/core/rpcbind/rpcbind.service')
-rw-r--r-- | abs/core/rpcbind/rpcbind.service | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/abs/core/rpcbind/rpcbind.service b/abs/core/rpcbind/rpcbind.service new file mode 100644 index 0000000..418ba1e --- /dev/null +++ b/abs/core/rpcbind/rpcbind.service @@ -0,0 +1,11 @@ +[Unit] +Description=RPC Bind +Requires=network.target + +[Service] +Type=forking +ExecStart=/usr/bin/rpcbind +Restart=always + +[Install] +WantedBy=multi-user.target |