2020-01-05 23:51:24 +01:00
|
|
|
(add-to-list 'auto-mode-alist '("\\.service\\'" . conf-unix-mode))
|
|
|
|
(add-to-list 'auto-mode-alist '("\\.timer\\'" . conf-unix-mode))
|
|
|
|
(add-to-list 'auto-mode-alist '("\\.target\\'" . conf-unix-mode))
|
|
|
|
(add-to-list 'auto-mode-alist '("\\.mount\\'" . conf-unix-mode))
|
2019-12-07 23:09:25 +01:00
|
|
|
(add-to-list 'auto-mode-alist '("\\.automount\\'" . conf-unix-mode))
|
2020-01-05 23:51:24 +01:00
|
|
|
(add-to-list 'auto-mode-alist '("\\.slice\\'" . conf-unix-mode))
|
|
|
|
(add-to-list 'auto-mode-alist '("\\.socket\\'" . conf-unix-mode))
|
|
|
|
(add-to-list 'auto-mode-alist '("\\.path\\'" . conf-unix-mode))
|
|
|
|
(add-to-list 'auto-mode-alist '("\\.netdev\\'" . conf-unix-mode))
|
|
|
|
(add-to-list 'auto-mode-alist '("\\.network\\'" . conf-unix-mode))
|
|
|
|
(add-to-list 'auto-mode-alist '("\\.link\\'" . conf-unix-mode))
|
2019-12-07 23:09:25 +01:00
|
|
|
|
|
|
|
(provide 'jenga-systemd)
|