This website requires JavaScript.
Explore
Help
Sign In
tyler
/
proxmox-backup
Watch
1
Star
0
Fork
0
You've already forked proxmox-backup
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
d4877712f8
proxmox-backup
/
src
/
tools
/
systemd
/
mod.rs
6 lines
59 B
Rust
Raw
Normal View
History
Unescape
Escape
add pbs-systemd: move string and unit handling there the systemd config/unit parsing stays in pbs for now since that's not usually required and uses our section config parser Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
2021-07-07 08:10:33 +00:00
pub
mod
config
;
pub
mod
types
;
proxmox-systemd: remove crate, use new proxmox-time 1.1.0 instead Signed-off-by: Dietmar Maurer <dietmar@proxmox.com>
2021-11-17 11:29:31 +00:00
mod
unit
;
pub
use
unit
::
*
;
Reference in New Issue
Copy Permalink